mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-02-22 16:18:12 +01:00
9 lines
337 B
Text
9 lines
337 B
Text
# 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
|