Compare commits
4 Commits
ccc7ad50c5
...
2cdf65c6a5
Author | SHA1 | Date | |
---|---|---|---|
doryan | 2cdf65c6a5 | ||
doryan | 2c205edc7c | ||
doryan | 252d6a2840 | ||
doryan | 619e288564 |
|
@ -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
|
|
@ -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 ~/
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue