adjusted i3

This commit is contained in:
CramMK
2020-01-07 13:07:52 +01:00
parent bb340d15ff
commit 1665b99cb4
2 changed files with 14 additions and 11 deletions

View File

@@ -54,10 +54,10 @@ bindsym $mod+d exec dmenu_run
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# change focus # change focus
bindsym $mod+j focus left bindsym $mod+h focus left
bindsym $mod+k focus down bindsym $mod+j focus down
bindsym $mod+l focus up bindsym $mod+k focus up
bindsym $mod+odiaeresis focus right bindsym $mod+l focus right
# alternatively, you can use the cursor keys: # alternatively, you can use the cursor keys:
bindsym $mod+Left focus left bindsym $mod+Left focus left
@@ -66,10 +66,10 @@ bindsym $mod+Up focus up
bindsym $mod+Right focus right bindsym $mod+Right focus right
# move focused window # move focused window
bindsym $mod+Shift+j move left bindsym $mod+Shift+h move left
bindsym $mod+Shift+k move down bindsym $mod+Shift+j move down
bindsym $mod+Shift+l move up bindsym $mod+Shift+k move up
bindsym $mod+Shift+odiaeresis move right bindsym $mod+Shift+l move right
# alternatively, you can use the cursor keys: # alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left bindsym $mod+Shift+Left move left
@@ -78,10 +78,10 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right bindsym $mod+Shift+Right move right
# split in horizontal orientation # split in horizontal orientation
bindsym $mod+h split h # bindsym $mod+h split h
# split in vertical orientation # split in vertical orientation
bindsym $mod+v split v # bindsym $mod+v split v
# enter fullscreen mode for the focused container # enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle bindsym $mod+f fullscreen toggle
@@ -179,3 +179,5 @@ bindsym $mod+r mode "resize"
bar { bar {
status_command i3status status_command i3status
} }
bindsym $mod+Shift+d exec "xlock"

View File

@@ -12,6 +12,7 @@
sh = show sh = show
st = status st = status
[user] [user]
name = Marco Thomas name = CramMK
email = ma_tho@web.de
[log] [log]
decorate = true decorate = true