diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-09-17 11:46:13 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-09-17 11:46:13 +0200 |
commit | b1f258dad18abd2c18d3f007c0917429f0318bc2 (patch) | |
tree | 4603741571fb3fd9b386c23fe21989ac9ce77d4a /.config/i3/config##template | |
parent | 5b6064be7d0787c55fcc163e68debb2d17e8b5f6 (diff) |
clean up shell/i3 startup scripts
Diffstat (limited to '.config/i3/config##template')
-rw-r--r-- | .config/i3/config##template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config##template b/.config/i3/config##template index 49a2caf..2b7a84b 100644 --- a/.config/i3/config##template +++ b/.config/i3/config##template @@ -41,7 +41,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 "sh ~/.config/i3/autostart" +exec "~/.config/i3/autostart" # split in horizontal orientation bindsym $mod+bar split h |