diff options
| author | Jokler <jokler@protonmail.com> | 2020-06-22 01:46:19 +0200 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-06-22 01:46:19 +0200 |
| commit | 9311edbe4bb24f7288cf2db3bc4c6c56341dcdf2 (patch) | |
| tree | 4942f883dcaac40b5cf83a59f655922f5397af98 /.config/i3 | |
| parent | b7f61f17bbb6484f85ca29f0259d5b8e4b1bde2f (diff) | |
| download | dotfiles-9311edbe4bb24f7288cf2db3bc4c6c56341dcdf2.tar.gz dotfiles-9311edbe4bb24f7288cf2db3bc4c6c56341dcdf2.zip | |
i3: Add new startup commands
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/.config/i3/config b/.config/i3/config index 63cb36a..f40840b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -290,19 +290,24 @@ smart_gaps yes mouse_warping none focus_follows_mouse no +# These get restarted with i3 to reload their config files +exec_always --no-startup-id $HOME/.config/polybar/launch.sh +exec_always --no-startup-id $HOME/.config/i3/launch_picom.sh +exec_always --no-startup-id nitrogen --restore +exec_always --no-startup-id xrandr --output HDMI-0 --gamma 1.3:1.3:1.3 +exec_always --no-startup-id xrandr --output DVI-D-0 --gamma 1.0:1.0:1.0 +exec_always --no-startup-id xrandr --output DP-5 --gamma 1.0:1.0:1.0 + +exec --no-startup-id pasystray +exec --no-startup-id xidlehook --socket /tmp/xidle.sock --timer 450 "betterlockscreen -l" "" +exec --no-startup-id systemctl start --user nfancurve + # Layouts I want pretty much all the time exec --no-startup-id i3-msg "workspace $ws_coms; append_layout $HOME/.config/i3/layouts/coms.json" exec --no-startup-id i3-msg "workspace $ws_music; append_layout $HOME/.config/i3/layouts/music.json" exec --no-startup-id i3-msg "workspace $ws_videos; append_layout $HOME/.config/i3/layouts/videos.json" -exec --no-startup-id teamspeak3 -exec --no-startup-id sweechat -exec --no-startup-id svimpc -exec --no-startup-id scava -exec --no-startup-id mpv-gui -exec --no-startup-id pasystray - -# These get restarted with i3 to reload their config files -exec_always --no-startup-id $HOME/.config/polybar/launch.sh -exec_always --no-startup-id sleep 3 && $HOME/.config/i3/launch_picom.sh -exec_always --no-startup-id nitrogen --restore +exec --no-startup-id umpv +exec --no-startup-id sleep 5 && sweechat +exec --no-startup-id sleep 20 && teamspeak3 && sleep 15 && i3-msg '[instance="ts3client_linux_amd64" title="Update available"] kill' +exec --no-startup-id sleep 10 && svimpc && scava && skunst |
