Kaynağa Gözat

Fix moving windows to workspace with numpad

Use mod instead of Shift.

Shift triggers numbers from numpad.
DricomDragon 5 yıl önce
ebeveyn
işleme
9025ffe99f
1 değiştirilmiş dosya ile 10 ekleme ve 10 silme
  1. 10 10
      Install/Templates/i3/config

+ 10 - 10
Install/Templates/i3/config

@@ -154,16 +154,16 @@ bindsym $mod+Shift+$work9 move container to workspace 9
 bindsym $mod+Shift+$work10 move container to workspace 10
 
 # move focused container to workspace with numpad
-bindsym Shift+$KP_1 move container to workspace 1
-bindsym Shift+$KP_2 move container to workspace 2
-bindsym Shift+$KP_3 move container to workspace 3
-bindsym Shift+$KP_4 move container to workspace 4
-bindsym Shift+$KP_5 move container to workspace 5
-bindsym Shift+$KP_6 move container to workspace 6
-bindsym Shift+$KP_7 move container to workspace 7
-bindsym Shift+$KP_8 move container to workspace 8
-bindsym Shift+$KP_9 move container to workspace 9
-bindsym Shift+$KP_0 move container to workspace 10
+bindsym $mod+$KP_1 move container to workspace 1
+bindsym $mod+$KP_2 move container to workspace 2
+bindsym $mod+$KP_3 move container to workspace 3
+bindsym $mod+$KP_4 move container to workspace 4
+bindsym $mod+$KP_5 move container to workspace 5
+bindsym $mod+$KP_6 move container to workspace 6
+bindsym $mod+$KP_7 move container to workspace 7
+bindsym $mod+$KP_8 move container to workspace 8
+bindsym $mod+$KP_9 move container to workspace 9
+bindsym $mod+$KP_0 move container to workspace 10
 
 # reload the configuration file
 bindsym $mod+Shift+y reload