Add screenshot capability
This commit is contained in:
@@ -36,6 +36,7 @@ $terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$menu = tofi-drun --drun-launch=true
|
||||
$colorPicker = hyprpicker -a
|
||||
$screenshot = /home/chips/.local/bin/grimblast copy area
|
||||
$browser = brave
|
||||
|
||||
#################
|
||||
@@ -223,6 +224,7 @@ bind = $mainMod, F, fullscreen,
|
||||
# bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, C, exec, $colorPicker
|
||||
bind = $mainMod, S, exec, $screenshot
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, T, togglefloating,
|
||||
bind = $mainMod, R, exec, $menu
|
||||
@@ -262,8 +264,8 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
# bind = $mainMod, S, togglespecialworkspace, magic
|
||||
# bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
# Volume keys
|
||||
bindel = $mainMod, V , exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
|
||||
Reference in New Issue
Block a user