Add screenshot capability

This commit is contained in:
cool-mist
2026-02-06 20:40:31 +05:30
parent 1708c3ca21
commit 624032f2fb
+4 -2
View File
@@ -36,6 +36,7 @@ $terminal = kitty
$fileManager = dolphin $fileManager = dolphin
$menu = tofi-drun --drun-launch=true $menu = tofi-drun --drun-launch=true
$colorPicker = hyprpicker -a $colorPicker = hyprpicker -a
$screenshot = /home/chips/.local/bin/grimblast copy area
$browser = brave $browser = brave
################# #################
@@ -223,6 +224,7 @@ bind = $mainMod, F, fullscreen,
# bind = $mainMod, M, exit, # bind = $mainMod, M, exit,
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager
bind = $mainMod, C, exec, $colorPicker bind = $mainMod, C, exec, $colorPicker
bind = $mainMod, S, exec, $screenshot
bind = $mainMod, B, exec, $browser bind = $mainMod, B, exec, $browser
bind = $mainMod, T, togglefloating, bind = $mainMod, T, togglefloating,
bind = $mainMod, R, exec, $menu bind = $mainMod, R, exec, $menu
@@ -262,8 +264,8 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Example special workspace (scratchpad) # Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic # bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic # bind = $mainMod SHIFT, S, movetoworkspace, special:magic
# Volume keys # Volume keys
bindel = $mainMod, V , exec, pactl set-sink-volume @DEFAULT_SINK@ -5% bindel = $mainMod, V , exec, pactl set-sink-volume @DEFAULT_SINK@ -5%