summaryrefslogtreecommitdiff
path: root/i3/config
diff options
context:
space:
mode:
Diffstat (limited to 'i3/config')
-rw-r--r--i3/config19
1 files changed, 11 insertions, 8 deletions
diff --git a/i3/config b/i3/config
index 02dad94..dac5ef6 100644
--- a/i3/config
+++ b/i3/config
@@ -30,19 +30,19 @@ floating_modifier $mod
bindsym $mod+Return exec i3-sensible-terminal
# kill focused window
-bindsym $mod+Shift+q kill
+bindsym $mod+d kill
# start dmenu (a program launcher)
# bindsym $mod+d exec dmenu_run
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
-bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
+bindsym $mod+p exec --no-startup-id i3-dmenu-desktop
# change focus
bindsym $mod+h focus left
-bindsym $mod+n focus down
-bindsym $mod+p focus up
+bindsym $mod+j focus down
+bindsym $mod+k focus up
bindsym $mod+l focus right
# alternatively, you can use the cursor keys:
@@ -53,8 +53,8 @@ bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+h move left
-bindsym $mod+Shift+n move down
-bindsym $mod+Shift+p move up
+bindsym $mod+Shift+j move down
+bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
# alternatively, you can use the cursor keys:
@@ -136,8 +136,8 @@ mode "resize" {
# Pressing up will shrink the window’s height.
# Pressing down will grow the window’s height.
bindsym h resize shrink width 10 px or 10 ppt
- bindsym t resize grow height 10 px or 10 ppt
- bindsym p resize shrink height 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
@@ -160,3 +160,6 @@ bar {
}
exec $HOME/.xinitrc
+
+# Personal shortcuts
+bindsym $mod+b exec chromium-browser