Add btop and screenshot binds
This commit is contained in:
parent
7e959e03a5
commit
749120a18b
1 changed files with 11 additions and 1 deletions
|
@ -51,8 +51,18 @@ bindsym Mod4+d exec $menu
|
|||
# Start file manager
|
||||
bindsym Mod4+f exec $term ranger
|
||||
|
||||
# Start btop
|
||||
bindsym Control+Shift+Escape exec $term btop
|
||||
|
||||
# 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.
|
||||
# Resize them with right mouse button + Mod4.
|
||||
|
|
Loading…
Add table
Reference in a new issue