aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r--dot_config/i3/config28
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).
28font pango: Noto Sans Regular 11 28font pango: Noto Sans Regular 14
29 29
30# set the mod key to the winkey: 30# set the mod key to the winkey:
31set $mod Mod4 31set $mod Mod4
@@ -102,18 +102,6 @@ bindsym $mod+Shift+9 move container to workspace $ws9
102bindsym $mod+Shift+0 move container to workspace $ws10 102bindsym $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
105bindcode $mod+Shift+Mod2+87 move container to workspace $ws1
106bindcode $mod+Shift+Mod2+88 move container to workspace $ws2
107bindcode $mod+Shift+Mod2+89 move container to workspace $ws3
108bindcode $mod+Shift+Mod2+83 move container to workspace $ws4
109bindcode $mod+Shift+Mod2+84 move container to workspace $ws5
110bindcode $mod+Shift+Mod2+85 move container to workspace $ws6
111bindcode $mod+Shift+Mod2+79 move container to workspace $ws7
112bindcode $mod+Shift+Mod2+80 move container to workspace $ws8
113bindcode $mod+Shift+Mod2+81 move container to workspace $ws9
114bindcode $mod+Shift+Mod2+90 move container to workspace $ws10
115
116# move focused container to workspace with numpad keys
117bindcode $mod+Shift+87 move container to workspace $ws1 105bindcode $mod+Shift+87 move container to workspace $ws1
118bindcode $mod+Shift+88 move container to workspace $ws2 106bindcode $mod+Shift+88 move container to workspace $ws2
119bindcode $mod+Shift+89 move container to workspace $ws3 107bindcode $mod+Shift+89 move container to workspace $ws3
@@ -125,6 +113,18 @@ bindcode $mod+Shift+80 move container to workspace $ws8
125bindcode $mod+Shift+81 move container to workspace $ws9 113bindcode $mod+Shift+81 move container to workspace $ws9
126bindcode $mod+Shift+90 move container to workspace $ws10 114bindcode $mod+Shift+90 move container to workspace $ws10
127 115
116# move focused container to workspace with numlock numpad keys
117bindcode $mod+Shift+Mod2+87 move container to workspace $ws1
118bindcode $mod+Shift+Mod2+88 move container to workspace $ws2
119bindcode $mod+Shift+Mod2+89 move container to workspace $ws3
120bindcode $mod+Shift+Mod2+83 move container to workspace $ws4
121bindcode $mod+Shift+Mod2+84 move container to workspace $ws5
122bindcode $mod+Shift+Mod2+85 move container to workspace $ws6
123bindcode $mod+Shift+Mod2+79 move container to workspace $ws7
124bindcode $mod+Shift+Mod2+80 move container to workspace $ws8
125bindcode $mod+Shift+Mod2+81 move container to workspace $ws9
126bindcode $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):
129mode "resize" { 129mode "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
Powered by cgit v1.2.3 (git 2.41.0)