diff --git a/config/hypr-ahrc--laptop/hyprland.d/bindings.conf b/config/hypr-ahrc--laptop/hyprland.d/bindings.conf index f03cb0e..b8529bd 100644 --- a/config/hypr-ahrc--laptop/hyprland.d/bindings.conf +++ b/config/hypr-ahrc--laptop/hyprland.d/bindings.conf @@ -1,5 +1,6 @@ # Open terminal bind = SUPER, Return, exec, $terminal +bind = SUPER SHIFT, Return, exec, $terminal -e sudo -i # Workspaces #bind = SUPER, equal, movetoworkspace, special diff --git a/config/hypr-ahrc--laptop/hyprland.d/environment.conf b/config/hypr-ahrc--laptop/hyprland.d/environment.conf index de12887..fb58a85 100644 --- a/config/hypr-ahrc--laptop/hyprland.d/environment.conf +++ b/config/hypr-ahrc--laptop/hyprland.d/environment.conf @@ -21,7 +21,3 @@ env = XDG_SESSION_DESKTOP, Hyprland # Electron env = ELECTRON_OZONE_PLATFORM_HINT, auto - -# hyprcursor -env = HYPRCURSOR_THEME, Afterglow -env = HYPRCURSOR_SIZE, 24 diff --git a/config/hypr-ahrc--laptop/hyprland.d/plugin.conf b/config/hypr-ahrc--laptop/hyprland.d/plugin.conf index 1ec0211..6be3858 100644 --- a/config/hypr-ahrc--laptop/hyprland.d/plugin.conf +++ b/config/hypr-ahrc--laptop/hyprland.d/plugin.conf @@ -9,21 +9,14 @@ plugin { # Tabs tabs { - height = 10 + height = 8 padding = 5 from_top = true - rounding = 8 + rounding = 4 render_text = false - text_center = false - text_font = Hack Nerd Font - text_height = 8 - text_padding = 10 - col.active = rgba(000000e0) + col.active = rgba(00ff00e0) col.urgent = rgb(ffd966) - col.inactive = rgba(00000080) - col.text.active = $col_accentdark - col.text.urgent = rgba(000000e8) - col.text.inactive = rgb(808080) + col.inactive = rgba(00000090) } # Autotile diff --git a/config/hypr-ahrc--laptop/hyprland.d/windowrules.conf b/config/hypr-ahrc--laptop/hyprland.d/windowrules.conf index f3743d0..5879306 100644 --- a/config/hypr-ahrc--laptop/hyprland.d/windowrules.conf +++ b/config/hypr-ahrc--laptop/hyprland.d/windowrules.conf @@ -4,3 +4,6 @@ windowrulev2 = workspace 4 silent, class:($bitwarden_class) windowrulev2 = workspace 4 silent, class:($element_class) windowrulev2 = workspace 4 silent, class:($discord_class) windowrulev2 = workspace 4 silent, class:($deezer_class) + +# Thunderbird password +windowrulev2 = float, class:(thunderbird), title:(Password Required - Mozilla Thunderbird)