Remove i3next.sh

This commit is contained in:
Yash Karandikar 2022-04-16 21:40:03 -05:00
parent dabf103a46
commit 80f14a874d
2 changed files with 2 additions and 4 deletions

View file

@ -170,8 +170,8 @@ bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
# next/prev workspace
bindsym $mod+Control+Left exec ~/.config/i3/i3next.sh -1
bindsym $mod+Control+Right exec ~/.config/i3/i3next.sh 1
bindsym $mod+Control+Left workspace prev
bindsym $mod+Control+Right workspace next
# reload the configuration file
bindsym $mod+Shift+c reload

View file

@ -1,2 +0,0 @@
wsNext=$(( $( i3-msg -t get_workspaces | jq '.[] | select(.focused).num' ) + $1))
i3-msg workspace $wsNext