diff options
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/.config/i3/config b/.config/i3/config index fdbc394..312f2e3 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -37,17 +37,7 @@ bindsym $mod+n gaps inner current set -1; gaps outer current set 0 bindsym $mod+d gaps inner current set $inner_gaps; gaps outer current set $outer_gaps; # Autostart -exec "polybar main -c ~/.config/polybar/config &" -exec "node ~/.local/share/bin/pywal/wall.js &" -exec "picom -b" -exec "xbanish &" -exec "redshift &" -exec "dunst &" -exec "flashfocus &" -exec "xset r rate 250 40" -exec "autocutsel &" -exec "xbindkeys -f ~/.config/xbindkeys/main" -exec "xbindkeys -f ~/.config/xbindkeys/delay" +exec "sh ~/.config/i3/autostart" # split in horizontal orientation bindsym $mod+bar split h |