Compare commits

...

4 Commits

4 changed files with 22 additions and 7 deletions

View File

@ -0,0 +1,17 @@
# ~/.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

View File

@ -1,13 +1,12 @@
#!/bin/bash #!/bin/bash
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst") configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst" "mimeapps.list" "starship.toml")
betterlockscreen -u ~/.bg/bg_3.jpg --fx blur --blur 0.25 betterlockscreen -u ~/.bg/bg_3.jpg
for config in ${configs[@]}; do for config in ${configs[@]}; do
cp -r ./$config ~/.config/ cp -vr ./$config ~/.config/
done done
cp ./starship.toml ~/.config/
cp ./.zshrc ~/ cp ./.zshrc ~/
cp -r ./.zsh ~/ cp -r ./.zsh ~/

View File

@ -142,9 +142,8 @@ corner-radius = 5;
# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`. # Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
# `xrender` is the default one. # `xrender` is the default one.
# #
backend = "egl" backend = "glx"
dithered-present = false; dithered-present = false;
vsync = true;
detect-client-opacity = true; detect-client-opacity = true;
detect-transient = true; detect-transient = true;
detect-client-leader = true detect-client-leader = true

View File

@ -24,7 +24,7 @@ super + Escape
# quit/restart bspwm # quit/restart bspwm
super + alt + {q,r} super + alt + {q,r}
bspc {quit,wm -r} bspc {quit,wm -r} & pkill pipewire & pkill pipewire-pulse
alt + shift + l alt + shift + l
betterlockscreen -l dim betterlockscreen -l dim