]> src.twobees.de Git - dotfiles.git/commitdiff
Merge branch 'main' of ssh://src.twobees.de/git/dotfiles
authorTobias Sachs <rpi6-git-2314-ts@ctsachs.de>
Sat, 3 Dec 2022 12:49:43 +0000 (13:49 +0100)
committerTobias Sachs <rpi6-git-2314-ts@ctsachs.de>
Sat, 3 Dec 2022 12:49:43 +0000 (13:49 +0100)
stow/i3/.config/i3/config

index 5d932f93e1d8b221a23982642ccb47de3646b61e..488b985c4707a0349d597ec17cc3deb07d07f875 100644 (file)
@@ -59,7 +59,7 @@ floating_modifier $mod
 
 bindsym $mod+Return exec /usr/bin/i3-sensible-terminal
 # start a terminal
-# use default and hope for the best. ... # bindsym $mod+Return exec /usr/bin/gnome-terminal
+# use hefault and hope for the best. ... # bindsym $mod+Return exec /usr/bin/gnome-terminal
 
 # kill focused window
 bindsym $mod+Shift+q kill
@@ -181,10 +181,10 @@ mode "resize" {
         # Pressing right will grow the window’s width.
         # Pressing up will shrink the window’s height.
         # Pressing down will grow the window’s height.
-        bindsym j resize shrink width 10 px or 10 ppt
-        bindsym k resize grow height 10 px or 10 ppt
-        bindsym l resize shrink height 10 px or 10 ppt
-        bindsym semicolon resize grow width 10 px or 10 ppt
+        bindsym h resize shrink width 10 px or 10 ppt
+        bindsym j resize grow height 10 px or 10 ppt
+        bindsym k resize shrink height 10 px or 10 ppt
+        bindsym l resize grow width 10 px or 10 ppt
 
         # same bindings, but for the arrow keys
         bindsym Left resize shrink width 10 px or 10 ppt