diff options
Diffstat (limited to 'dot_config/i3')
-rw-r--r-- | dot_config/i3/config | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index d4c96b9..547f848 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -25,7 +25,7 @@ | |||
25 | # is used in the bar {} block below. | 25 | # is used in the bar {} block below. |
26 | # This font is widely installed, provides lots of unicode glyphs, right-to-left | 26 | # This font is widely installed, provides lots of unicode glyphs, right-to-left |
27 | # text rendering and scalability on retina/hidpi displays (thanks to pango). | 27 | # text rendering and scalability on retina/hidpi displays (thanks to pango). |
28 | font pango: Noto Sans Regular 11 | 28 | font pango: Noto Sans Regular 14 |
29 | 29 | ||
30 | # set the mod key to the winkey: | 30 | # set the mod key to the winkey: |
31 | set $mod Mod4 | 31 | set $mod Mod4 |
@@ -102,18 +102,6 @@ bindsym $mod+Shift+9 move container to workspace $ws9 | |||
102 | bindsym $mod+Shift+0 move container to workspace $ws10 | 102 | bindsym $mod+Shift+0 move container to workspace $ws10 |
103 | 103 | ||
104 | # move focused container to workspace with numpad keys | 104 | # move focused container to workspace with numpad keys |
105 | bindcode $mod+Shift+Mod2+87 move container to workspace $ws1 | ||
106 | bindcode $mod+Shift+Mod2+88 move container to workspace $ws2 | ||
107 | bindcode $mod+Shift+Mod2+89 move container to workspace $ws3 | ||
108 | bindcode $mod+Shift+Mod2+83 move container to workspace $ws4 | ||
109 | bindcode $mod+Shift+Mod2+84 move container to workspace $ws5 | ||
110 | bindcode $mod+Shift+Mod2+85 move container to workspace $ws6 | ||
111 | bindcode $mod+Shift+Mod2+79 move container to workspace $ws7 | ||
112 | bindcode $mod+Shift+Mod2+80 move container to workspace $ws8 | ||
113 | bindcode $mod+Shift+Mod2+81 move container to workspace $ws9 | ||
114 | bindcode $mod+Shift+Mod2+90 move container to workspace $ws10 | ||
115 | |||
116 | # move focused container to workspace with numpad keys | ||
117 | bindcode $mod+Shift+87 move container to workspace $ws1 | 105 | bindcode $mod+Shift+87 move container to workspace $ws1 |
118 | bindcode $mod+Shift+88 move container to workspace $ws2 | 106 | bindcode $mod+Shift+88 move container to workspace $ws2 |
119 | bindcode $mod+Shift+89 move container to workspace $ws3 | 107 | bindcode $mod+Shift+89 move container to workspace $ws3 |
@@ -125,6 +113,18 @@ bindcode $mod+Shift+80 move container to workspace $ws8 | |||
125 | bindcode $mod+Shift+81 move container to workspace $ws9 | 113 | bindcode $mod+Shift+81 move container to workspace $ws9 |
126 | bindcode $mod+Shift+90 move container to workspace $ws10 | 114 | bindcode $mod+Shift+90 move container to workspace $ws10 |
127 | 115 | ||
116 | # move focused container to workspace with numlock numpad keys | ||
117 | bindcode $mod+Shift+Mod2+87 move container to workspace $ws1 | ||
118 | bindcode $mod+Shift+Mod2+88 move container to workspace $ws2 | ||
119 | bindcode $mod+Shift+Mod2+89 move container to workspace $ws3 | ||
120 | bindcode $mod+Shift+Mod2+83 move container to workspace $ws4 | ||
121 | bindcode $mod+Shift+Mod2+84 move container to workspace $ws5 | ||
122 | bindcode $mod+Shift+Mod2+85 move container to workspace $ws6 | ||
123 | bindcode $mod+Shift+Mod2+79 move container to workspace $ws7 | ||
124 | bindcode $mod+Shift+Mod2+80 move container to workspace $ws8 | ||
125 | bindcode $mod+Shift+Mod2+81 move container to workspace $ws9 | ||
126 | bindcode $mod+Shift+Mod2+90 move container to workspace $ws10 | ||
127 | |||
128 | # resize window (you can also use the mouse for that): | 128 | # resize window (you can also use the mouse for that): |
129 | mode "resize" { | 129 | mode "resize" { |
130 | bindsym h resize shrink width 10 px or 10 ppt | 130 | bindsym h resize shrink width 10 px or 10 ppt |
@@ -461,7 +461,7 @@ bar { | |||
461 | font pango: Noto Sans Regular 16 | 461 | font pango: Noto Sans Regular 16 |
462 | i3bar_command i3bar | 462 | i3bar_command i3bar |
463 | status_command i3blocks -c ~/.config/i3/i3blocks.conf | 463 | status_command i3blocks -c ~/.config/i3/i3blocks.conf |
464 | position bottom | 464 | position top |
465 | 465 | ||
466 | output eDP-1 | 466 | output eDP-1 |
467 | output DP-3 | 467 | output DP-3 |