sync settings with LXQt
This commit is contained in:
parent
52c52d9217
commit
b61acbc2b3
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
# i3 config file (v4)
|
||||
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
|
||||
workspace_layout tabbed
|
||||
|
||||
new_window none
|
||||
|
@ -33,7 +32,7 @@ bindsym $mod+Shift+Q kill
|
|||
|
||||
# start dmenu (a program launcher)
|
||||
#Colors: S_base0 <--> S_base03 (Selected is vice versa)
|
||||
bindsym $mod+d exec dmenu_run -sb '#002b36' -sf '#839496' -nb '#839496' -nf '#002b36' -fn 'Hack-9'
|
||||
bindsym $mod+space exec dmenu_run -sb '#002b36' -sf '#839496' -nb '#839496' -nf '#002b36' -fn 'Hack-9'
|
||||
|
||||
# change focus
|
||||
bindsym $mod+Left focus left
|
||||
|
@ -67,7 +66,7 @@ bindsym $mod+e layout default
|
|||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
# change focus between tiling / floating windows
|
||||
bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+Alt+space focus mode_toggle
|
||||
|
||||
# focus the parent container
|
||||
bindsym $mod+a focus parent
|
||||
|
|
Loading…
Reference in a new issue