mirror of https://gitlab.com/dabruh/dotfiles.git
10 lines
345 B
Plaintext
10 lines
345 B
Plaintext
# Run picom compositor
|
|
exec_always --no-startup-id pidof -s picom || picom
|
|
|
|
# Run flashfocus
|
|
exec_always --no-startup-id pidof -s flashfocus || flashfocus --config ~/.config/flashfocus
|
|
bindsym Alt+section exec --no-startup-id flash_window
|
|
|
|
# Set wallpaper
|
|
exec_always --no-startup-id feh --auto-zoom --bg-fill "$HOME/.local/share/bg" --no-fehbg
|