Skip to content

Commit 3df1511

Browse files
author
Hamish Downer
committed
remove duplicate bits from regolith config
1 parent fa2b71c commit 3df1511

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

regolith/i3/config

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ bindsym $mod+Ctrl+Shift+Down move workspace to output down
174174
bindsym $mod+Ctrl+Shift+Up move workspace to output up
175175
bindsym $mod+Ctrl+Shift+Right move workspace to output right
176176
#
177-
# move workspaces to outputs
178-
bindsym $mod+Ctrl+Shift+Left move workspace to output left
179-
bindsym $mod+Ctrl+Shift+Down move workspace to output down
180-
bindsym $mod+Ctrl+Shift+Up move workspace to output up
181-
bindsym $mod+Ctrl+Shift+Right move workspace to output right
182177

183178
## Modify // Next Window Orientation // <> Backspace ##
184179
bindsym $mod+BackSpace split toggle
@@ -244,8 +239,8 @@ bindsym $mod+$alt+Ctrl+8 move container to workspace number $ws18; workspace num
244239
bindsym $mod+$alt+Ctrl+9 move container to workspace number $ws19; workspace number $ws19
245240

246241
# move workspace to other monitor
247-
bindsym $mod+z move workspace to output left
248-
bindsym $mod+x move workspace to output right
242+
#bindsym $mod+z move workspace to output left
243+
#bindsym $mod+x move workspace to output right
249244

250245
# Use Mouse+$mod to drag floating windows to their wanted position
251246
floating_modifier $mod

0 commit comments

Comments
 (0)