aboutsummaryrefslogtreecommitdiff
path: root/hypr/hermes.hyprland.conf
diff options
context:
space:
mode:
Diffstat (limited to 'hypr/hermes.hyprland.conf')
-rw-r--r--hypr/hermes.hyprland.conf13
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