Add btop and screenshot binds

This commit is contained in:
pancakes 2023-10-01 11:16:19 +10:00
parent 7e959e03a5
commit 749120a18b

View file

@ -51,8 +51,18 @@ bindsym Mod4+d exec $menu
# Start file manager # Start file manager
bindsym Mod4+f exec $term ranger bindsym Mod4+f exec $term ranger
# Start btop
bindsym Control+Shift+Escape exec $term btop
# Lock screen # Lock screen
bindsym Control+Shift+Escape exec swaylock -fF -i ~/.wallpaper -s fill bindsym Mod4+Shift+Escape exec swaylock -fF -i ~/.wallpaper -s fill
set $grimdir GRIM_DEFAULT_DIR=~/Pictures/Screenshots
# Full screenshot
bindsym Print exec $grimdir grim
# Rectangle region screenshot
bindsym Mod1+Print exec $grimdir grim -g "$(slurp)"
# Drag floating windows by holding down Mod4 and left mouse button. # Drag floating windows by holding down Mod4 and left mouse button.
# Resize them with right mouse button + Mod4. # Resize them with right mouse button + Mod4.