diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index 777d931..08e3d7c 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -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%