update i3 config

This commit is contained in:
Jeff Lance 2023-04-25 19:06:48 +02:00
parent 3c17c99358
commit aa45ac45c9

View File

@ -150,11 +150,11 @@ bindsym $mod+Shift+k move down
bindsym $mod+Shift+i move up bindsym $mod+Shift+i move up
bindsym $mod+Shift+l 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
bindsym $mod+Shift+Down move down # bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up # 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
@ -207,6 +207,9 @@ bindsym $mod+8 workspace number $ws8
bindsym $mod+9 workspace number $ws9 bindsym $mod+9 workspace number $ws9
bindsym $mod+0 workspace number $ws10 bindsym $mod+0 workspace number $ws10
bindsym $mod+Control+Left workspace prev
bindsym $mod+Control+Right workspace next
# move focused container to workspace # move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number $ws1 bindsym $mod+Shift+1 move container to workspace number $ws1
bindsym $mod+Shift+2 move container to workspace number $ws2 bindsym $mod+Shift+2 move container to workspace number $ws2
@ -219,6 +222,9 @@ bindsym $mod+Shift+8 move container to workspace number $ws8
bindsym $mod+Shift+9 move container to workspace number $ws9 bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10 bindsym $mod+Shift+0 move container to workspace number $ws10
# bindsym $mod+Shift+Left move container to workspace prev
# bindsym $mod+Shift+Right move container to workspace next
# reload the configuration file # reload the configuration file
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)