diff --git a/hyprland/dot-config/hypr/decoration.conf b/hyprland/dot-config/hypr/decoration.conf index 55fd732..5aa1c8d 100644 --- a/hyprland/dot-config/hypr/decoration.conf +++ b/hyprland/dot-config/hypr/decoration.conf @@ -12,6 +12,7 @@ decoration { drop_shadow = yes shadow_range = 4 shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) + col.shadow=$surface0 + col.shadow_inactive=$surface0 } diff --git a/hyprland/dot-config/hypr/keymaps.conf b/hyprland/dot-config/hypr/keymaps.conf index b5025fc..9b036ca 100644 --- a/hyprland/dot-config/hypr/keymaps.conf +++ b/hyprland/dot-config/hypr/keymaps.conf @@ -2,7 +2,7 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, T, exec, $terminal +bind = $mainMod, RETURN, exec, $terminal bind = $mainMod, Q, killactive, bind = $mainMod, M, exit, bind = $mainMod, F, exec, $fileManager @@ -13,6 +13,7 @@ bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, B, exec, $browser bind = $mainMod, R, exec, rofi -show run bind = $mainMod, W, exec, rofi -show window +bind = $mainMod, Alt_R, exec, pkill --signal USR1 waybar # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l