Configure Catppuccin Frappe theme on Hyprland

This commit is contained in:
Fabio Scotto di Santolo
2024-08-03 14:48:47 +02:00
parent f7b6b15431
commit 9e7cfe7507
2 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ decoration {
drop_shadow = yes drop_shadow = yes
shadow_range = 4 shadow_range = 4
shadow_render_power = 3 shadow_render_power = 3
col.shadow = rgba(1a1a1aee) col.shadow=$surface0
col.shadow_inactive=$surface0
} }

View File

@@ -2,7 +2,7 @@
$mainMod = SUPER $mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # 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, Q, killactive,
bind = $mainMod, M, exit, bind = $mainMod, M, exit,
bind = $mainMod, F, exec, $fileManager bind = $mainMod, F, exec, $fileManager
@@ -13,6 +13,7 @@ bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, B, exec, $browser bind = $mainMod, B, exec, $browser
bind = $mainMod, R, exec, rofi -show run bind = $mainMod, R, exec, rofi -show run
bind = $mainMod, W, exec, rofi -show window bind = $mainMod, W, exec, rofi -show window
bind = $mainMod, Alt_R, exec, pkill --signal USR1 waybar
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l bind = $mainMod, left, movefocus, l