This commit is contained in:
joachimschmidt557 2021-10-05 18:23:25 +02:00
parent d70f587539
commit cdb88e9519
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
4 changed files with 26 additions and 3 deletions

View file

@ -217,7 +217,7 @@ exec --no-startup-id redshift -t 6000:2000 -l 49.87167:8.65027
# Screenshot
bindsym $mod+y exec maim -s | xclip -selection clipboard -t image/png
bindsym $mod+Shift+y exec maim -s | feh -
bindsym $mod+Shift+y exec maim -s | imv -
# Keyboard layout
# exec --no-startup-id setxkbmap -layout de
@ -231,3 +231,10 @@ bindsym $mod+Shift+y exec maim -s | feh -
# Picom
exec --no-startup-id picom
# Passthrough mode
set $passthrough_keys Suspend all window manager keys exit: Mod+Shift+P
mode "$passthrough_keys" {
bindsym $mod+Shift+p mode "default"
}
bindsym $mod+Shift+p mode "$passthrough_keys"