mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-02-21 15:48:12 +01:00
9 lines
345 B
Text
9 lines
345 B
Text
# 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
|