Compare commits
No commits in common. "2cdf65c6a50e0f4b5e206304f690c38f7229e61f" and "ccc7ad50c5d7a17a8346a166f67f35cea3d218f2" have entirely different histories.
2cdf65c6a5
...
ccc7ad50c5
|
@ -1,17 +0,0 @@
|
|||
# ~/.config/betterlockscreenrc
|
||||
|
||||
# default options
|
||||
display_on=0
|
||||
span_image=false
|
||||
fx_list=(blur)
|
||||
dim_level=40
|
||||
blur_level=1
|
||||
wallpaper_cmd="feh --bg-fill"
|
||||
quiet=false
|
||||
|
||||
# i3lockcolor_bin="i3lock-color" # Manually set command for i3lock-color
|
||||
suspend_command="loginctl suspend"# Manually change action e.g. hibernate/suspend-command
|
||||
|
||||
# i3lock-color - custom arguments
|
||||
# lockargs=() # overwriting default "(-n)"
|
||||
# lockargs+=(--ignore-empty-password) # appending new argument
|
|
@ -1,12 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst" "mimeapps.list" "starship.toml")
|
||||
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst")
|
||||
|
||||
betterlockscreen -u ~/.bg/bg_3.jpg
|
||||
betterlockscreen -u ~/.bg/bg_3.jpg --fx blur --blur 0.25
|
||||
|
||||
for config in ${configs[@]}; do
|
||||
cp -vr ./$config ~/.config/
|
||||
cp -r ./$config ~/.config/
|
||||
done
|
||||
|
||||
cp ./starship.toml ~/.config/
|
||||
cp ./.zshrc ~/
|
||||
cp -r ./.zsh ~/
|
||||
|
|
|
@ -142,8 +142,9 @@ corner-radius = 5;
|
|||
# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
|
||||
# `xrender` is the default one.
|
||||
#
|
||||
backend = "glx"
|
||||
backend = "egl"
|
||||
dithered-present = false;
|
||||
vsync = true;
|
||||
detect-client-opacity = true;
|
||||
detect-transient = true;
|
||||
detect-client-leader = true
|
||||
|
|
|
@ -24,7 +24,7 @@ super + Escape
|
|||
|
||||
# quit/restart bspwm
|
||||
super + alt + {q,r}
|
||||
bspc {quit,wm -r} & pkill pipewire & pkill pipewire-pulse
|
||||
bspc {quit,wm -r}
|
||||
|
||||
alt + shift + l
|
||||
betterlockscreen -l dim
|
||||
|
|
Loading…
Reference in New Issue