diff options
Diffstat (limited to '')
-rw-r--r-- | root/.config/i3/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/root/.config/i3/config b/root/.config/i3/config index e3221b5..0ae2491 100644 --- a/root/.config/i3/config +++ b/root/.config/i3/config @@ -114,7 +114,6 @@ bindsym $mod+F6 workspace $wsf6 bindsym $mod+F7 workspace $wsf7 bindsym $mod+F8 workspace $wsf8 bindsym $mod+F9 workspace $wsf9 -bindsym $mod+F0 workspace $wsf10 bindsym $mod+Shift+F1 move container to workspace $wsf1 bindsym $mod+Shift+F2 move container to workspace $wsf2 bindsym $mod+Shift+F3 move container to workspace $wsf3 @@ -124,7 +123,6 @@ bindsym $mod+Shift+F6 move container to workspace $wsf6 bindsym $mod+Shift+F7 move container to workspace $wsf7 bindsym $mod+Shift+F8 move container to workspace $wsf8 bindsym $mod+Shift+F9 move container to workspace $wsf9 -bindsym $mod+Shift+F0 move container to workspace $wsf10 # bindsym F4 workspace next_on_output # bindsym F7 focus output right bindsym $mod+Shift+r restart |