fix some i3 bindings
This commit is contained in:
parent
bd691049dc
commit
419b56d175
1 changed files with 20 additions and 7 deletions
|
@ -18,17 +18,29 @@ focus_follows_mouse no
|
|||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
# move window focus
|
||||
# move window focus (Vim style)
|
||||
bindsym $mod+h focus left
|
||||
bindsym $mod+j focus down
|
||||
bindsym $mod+k focus up
|
||||
bindsym $mod+l focus right
|
||||
|
||||
# move window focus (with arrow keys)
|
||||
bindsym $mod+Shift+Left focus left
|
||||
bindsym $mod+Shift+Down focus down
|
||||
bindsym $mod+Shift+Up focus up
|
||||
bindsym $mod+Shift+Right focus right
|
||||
bindsym $mod+Left focus left
|
||||
bindsym $mod+Down focus down
|
||||
bindsym $mod+Up focus up
|
||||
bindsym $mod+Right focus right
|
||||
|
||||
# move window (Vim style)
|
||||
bindsym $mod+Shift+h move left
|
||||
bindsym $mod+Shift+j move down
|
||||
bindsym $mod+Shift+k move up
|
||||
bindsym $mod+Shift+l move right
|
||||
|
||||
# move window (with arrow keys)
|
||||
bindsym $mod+Shift+Left move left
|
||||
bindsym $mod+Shift+Down move down
|
||||
bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# splits
|
||||
bindsym $mod+u split h
|
||||
|
@ -123,12 +135,13 @@ set_from_resource $bgalt i3wm.color8
|
|||
|
||||
# class brdr bg txt indic childbdr
|
||||
client.focused $bg $bg $fg $bg $bg
|
||||
# client.focused_inactive $bg $bg $fg $bg $bg
|
||||
client.focused_inactive $bg $bg $fg $bg $bg
|
||||
client.unfocused $bgalt $bgalt $fg $bg $bgalt
|
||||
|
||||
# client.urgent $bg $bg $fg $bg $bg
|
||||
# client.placeholder $bg $bg $fg $bg $bg
|
||||
# client.background $bg
|
||||
|
||||
# autostart
|
||||
exec_always --no-startup-id wal -q -t -i ~/wallpaper
|
||||
exec_always --no-startup-id wal -q -t -i ~/wallpaper --saturate 0.8
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue