Advertisement
Guest User

Untitled

a guest
Feb 15th, 2024
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. #on launch
  2. exec --no-startup-id nitrogen --restore
  3. exec --no-startup-id emacs --daemon
  4. # exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork -c "#282a36"
  5. exec --no-startup-id nm-applet
  6. exec --no-startup-id kdeconnect-indicator
  7. # exec --no-startup-id xfce4-power-manager
  8. exec --no-startup-id pasystray
  9. exec --no-startup-id numlockx on
  10.  
  11. #on launch and restart
  12. exec_always --no-startup-id picom --config ~/dotfiles/.config/picom/picom.conf
  13. # exec_always --no-startup-id ~/dotfiles/.config/polybar/launch.sh
  14. exec_always --no-startup-id killall sxhkd ; sxhkd
  15.  
  16. exec --no-startup-id volumeicon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement