Fixed bug for split orientation bindkey
This commit is contained in:
parent
1d939e3f99
commit
c0cfa53f2b
1 changed files with 8 additions and 7 deletions
|
@ -22,7 +22,7 @@ bindsym $mod+l focus right
|
|||
#bindsym $mod+Up focus up
|
||||
#bindsym $mod+Right focus right
|
||||
|
||||
bindsym Mod1+Tab focus left
|
||||
#bindsym Mod1+Tab focus left
|
||||
|
||||
# move focused window
|
||||
bindsym $mod+Shift+j move left
|
||||
|
@ -37,10 +37,10 @@ bindsym $mod+Shift+Up move up
|
|||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+| split h
|
||||
bindsym $mod+backslash split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+- split v
|
||||
bindsym $mod+minus split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+Mod1+f fullscreen toggle
|
||||
|
@ -68,6 +68,7 @@ set $wksp2 "2: Works"
|
|||
set $wksp3 "3: Slack"
|
||||
set $wksp4 "4: Spotify"
|
||||
set $wksp5 "5: Graphics"
|
||||
set $wksp6 "6: Minecraft"
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $wksp1
|
||||
|
@ -75,7 +76,7 @@ bindsym $mod+2 workspace $wksp2
|
|||
bindsym $mod+3 workspace $wksp3
|
||||
bindsym $mod+4 workspace $wksp4
|
||||
bindsym $mod+5 workspace $wksp5
|
||||
bindsym $mod+6 workspace 6
|
||||
bindsym $mod+6 workspace $wksp6
|
||||
bindsym $mod+7 workspace 7
|
||||
bindsym $mod+8 workspace 8
|
||||
bindsym $mod+9 workspace 9
|
||||
|
@ -90,7 +91,7 @@ bindsym $mod+Shift+2 move container to workspace $wksp2
|
|||
bindsym $mod+Shift+3 move container to workspace $wksp3
|
||||
bindsym $mod+Shift+4 move container to workspace $wksp4
|
||||
bindsym $mod+Shift+5 move container to workspace $wksp5
|
||||
bindsym $mod+Shift+6 move container to workspace 6
|
||||
bindsym $mod+Shift+6 move container to workspace $wksp6
|
||||
bindsym $mod+Shift+7 move container to workspace 7
|
||||
bindsym $mod+Shift+8 move container to workspace 8
|
||||
bindsym $mod+Shift+9 move container to workspace 9
|
||||
|
@ -155,7 +156,7 @@ bar {
|
|||
focused_workspace $nord3 $nord8
|
||||
active_workspace $nord3 $nord8
|
||||
inactive_workspace $nord8 $nord3
|
||||
urgent_workspace $nord3 $nord15
|
||||
urgent_workspace $nord3 $nord15
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -279,7 +280,7 @@ for_window [class="Spotify"], move container to workspace $wksp4
|
|||
# OTHER STUFF
|
||||
#
|
||||
|
||||
default_border pixel 2
|
||||
default_border pixel 0
|
||||
|
||||
# Power save mode and Auto lock screen
|
||||
exec --no-startup-id xset s 300 30
|
||||
|
|
Loading…
Reference in a new issue