浏览代码

Merge branch 'i3-windows'

DricomDragon 5 年之前
父节点
当前提交
e6f42b9189
共有 1 个文件被更改,包括 23 次插入20 次删除
  1. 23 20
      Install/Templates/i3/config

+ 23 - 20
Install/Templates/i3/config

@@ -130,16 +130,16 @@ bindsym $mod+$work9 workspace 9
 bindsym $mod+$work10 workspace 10
 
 # switch to workspace with numpad
-bindsym $mod+$KP_1 workspace 1
-bindsym $mod+$KP_2 workspace 2
-bindsym $mod+$KP_3 workspace 3
-bindsym $mod+$KP_4 workspace 4
-bindsym $mod+$KP_5 workspace 5
-bindsym $mod+$KP_6 workspace 6
-bindsym $mod+$KP_7 workspace 7
-bindsym $mod+$KP_8 workspace 8
-bindsym $mod+$KP_9 workspace 9
-bindsym $mod+$KP_0 workspace 10
+bindsym $KP_1 workspace 1
+bindsym $KP_2 workspace 2
+bindsym $KP_3 workspace 3
+bindsym $KP_4 workspace 4
+bindsym $KP_5 workspace 5
+bindsym $KP_6 workspace 6
+bindsym $KP_7 workspace 7
+bindsym $KP_8 workspace 8
+bindsym $KP_9 workspace 9
+bindsym $KP_0 workspace 10
 
 # move focused container to workspace
 bindsym $mod+Shift+$work1 move container to workspace 1
@@ -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 $mod+Shift+$KP_1 move container to workspace 1
-bindsym $mod+Shift+$KP_2 move container to workspace 2
-bindsym $mod+Shift+$KP_3 move container to workspace 3
-bindsym $mod+Shift+$KP_4 move container to workspace 4
-bindsym $mod+Shift+$KP_5 move container to workspace 5
-bindsym $mod+Shift+$KP_6 move container to workspace 6
-bindsym $mod+Shift+$KP_7 move container to workspace 7
-bindsym $mod+Shift+$KP_8 move container to workspace 8
-bindsym $mod+Shift+$KP_9 move container to workspace 9
-bindsym $mod+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
@@ -199,6 +199,9 @@ mode "resize" {
 
 bindsym $mod+b mode "resize"
 
+# windows style
+hide_edge_borders smart
+
 # Start i3bar to display a workspace bar (plus the system information i3status
 # finds out, if available)
 bar {