diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-29 17:09:27 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-29 17:09:27 +0200 | 
| commit | b9da9006015090b936e892287955c7b59c452ddc (patch) | |
| tree | ff08e27e854c1fe26a500e495fb290d7663b1c30 /hypr/hermes.hyprland.conf | |
| parent | ce84d2206768dca24207a6722c44973e35a77167 (diff) | |
hyprshot keybind
Diffstat (limited to 'hypr/hermes.hyprland.conf')
| -rw-r--r-- | hypr/hermes.hyprland.conf | 13 | 
1 files changed, 8 insertions, 5 deletions
| diff --git a/hypr/hermes.hyprland.conf b/hypr/hermes.hyprland.conf index 3222165..c832d03 100644 --- a/hypr/hermes.hyprland.conf +++ b/hypr/hermes.hyprland.conf @@ -81,15 +81,15 @@ general {  # https://wiki.hyprland.org/Configuring/Variables/#decoration  decoration { -    rounding = 2 +    rounding = 0      rounding_power = 2      # Change transparency of focused and unfocused windows -    active_opacity = 1.0 -    inactive_opacity = 0.8 +    active_opacity = 0.9 +    inactive_opacity = 0.81      shadow { -        enabled = true +        enabled = false          range = 4          render_power = 3          color = rgba(1a1a1aee) @@ -97,7 +97,7 @@ decoration {      # https://wiki.hyprland.org/Configuring/Variables/#blur      blur { -        enabled = true +        enabled = false          size = 3          passes = 1 @@ -256,6 +256,9 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10  bind = $mainMod, S, togglespecialworkspace, magic  bind = $mainMod SHIFT, S, movetoworkspace, special:magic +# Hyprshot +bind = $mainMod, H, exec, hyprshot -m region +  # Scroll through existing workspaces with mainMod + scroll  bind = $mainMod, mouse_down, workspace, e+1  bind = $mainMod, mouse_up, workspace, e-1 | 
