general stuff + picom conf

This commit is contained in:
CramMK
2020-02-06 16:21:51 +01:00
parent 0e3e9c3c57
commit 9904ee2d7f
6 changed files with 909 additions and 25 deletions

View File

@@ -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 windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows 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