mirror of https://gitlab.com/dabruh/dotfiles.git
10 lines
337 B
Plaintext
10 lines
337 B
Plaintext
# Run picom compositor
|
|
exec_always --no-startup-id pidof -s picom || picom
|
|
|
|
# Run flashfocus
|
|
exec_always --no-startup-id flashfocus --config ~/.config/flashfocus/flashfocus.yml
|
|
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
|