mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-02-22 08:08:10 +01:00
10 lines
345 B
Text
10 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
|