diff options
| -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 |
