Advertisement
Guest User

Untitled

a guest
Feb 15th, 2024
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. xsession.windowManager.i3 = {
  2. enable = true;
  3. config = {
  4. startup = [
  5. #on launch
  6. {
  7. command = "emacsclient -a '' -nc --init-directory=~/.config/emacs";
  8. workspace = "1";
  9. }
  10. { command = "nitrogen --restore"; }
  11. {
  12. command = "~/.screenlayout/shareni.sh";
  13. }
  14. # {command = "xss-lock -- i3lock -i ~/.config/i3/wallpapers/lockscreen.png";}
  15. # {command = "pasystray";}
  16. { command = "numlockx on"; }
  17. { command = "volumeicon"; }
  18. #always
  19. #add bar start script
  20. {
  21. command = "picom --config ~/dotfiles/.config/picom/picom.conf";
  22. always = true;
  23. }
  24. {
  25. command = "killall sxhkd ; sxhkd";
  26. always = true;
  27. }
  28. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement