Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- xsession.windowManager.i3 = {
- enable = true;
- config = {
- startup = [
- #on launch
- {
- command = "emacsclient -a '' -nc --init-directory=~/.config/emacs";
- workspace = "1";
- }
- { command = "nitrogen --restore"; }
- {
- command = "~/.screenlayout/shareni.sh";
- }
- # {command = "xss-lock -- i3lock -i ~/.config/i3/wallpapers/lockscreen.png";}
- # {command = "pasystray";}
- { command = "numlockx on"; }
- { command = "volumeicon"; }
- #always
- #add bar start script
- {
- command = "picom --config ~/dotfiles/.config/picom/picom.conf";
- always = true;
- }
- {
- command = "killall sxhkd ; sxhkd";
- always = true;
- }
- ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement