sway | add grimshot + config
This commit is contained in:
parent
afb2da0f5e
commit
17fa7e69f5
9 changed files with 118 additions and 1 deletions
|
|
@ -69,6 +69,17 @@ set $bemenu_options -i --nb "#3f3f3f" --nf "#dcdccc" -fn "pango:JetBrains Mono 8
|
|||
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
||||
bindsym $mod+Shift+d exec $menu
|
||||
|
||||
# Screenshots:
|
||||
# Super+P: Current window
|
||||
# Super+Shift+p: Select area
|
||||
# Super+Alt+p Current output
|
||||
# Super+Ctrl+p Select a window
|
||||
|
||||
bindsym Mod4+p exec grimshot --notify save active
|
||||
bindsym Mod4+Shift+p exec grimshot --notify save area
|
||||
bindsym Mod4+Mod1+p exec grimshot --notify save output
|
||||
bindsym Mod4+Ctrl+p exec grimshot --notify save window
|
||||
|
||||
# rofi app and window launchers
|
||||
bindsym $mod+p exec --no-startup-id $menu
|
||||
bindsym menu exec $menu_command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue