general stuff + picom conf
This commit is contained in:
@@ -42,6 +42,7 @@ floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec xterm -e zsh
|
||||
# for_window [class="XTerm"] floating enable move right 450px,move down 350px
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
@@ -155,10 +156,10 @@ mode "resize" {
|
||||
# Pressing right will grow the window’s width.
|
||||
# Pressing up will shrink the window’s height.
|
||||
# Pressing down will grow the window’s height.
|
||||
bindsym j resize shrink width 10 px or 10 ppt
|
||||
bindsym k resize grow height 10 px or 10 ppt
|
||||
bindsym l resize shrink height 10 px or 10 ppt
|
||||
bindsym odiaeresis resize grow width 10 px or 10 ppt
|
||||
bindsym h resize shrink width 25 px or 25 ppt
|
||||
bindsym j resize grow height 25 px or 25 ppt
|
||||
bindsym k resize shrink height 25 px or 25 ppt
|
||||
bindsym l resize grow width 25 px or 25 ppt
|
||||
|
||||
# same bindings, but for the arrow keys
|
||||
bindsym Left resize shrink width 10 px or 10 ppt
|
||||
|
||||
Reference in New Issue
Block a user