From 82f325a9fb5901b7f0a9cd3de3ed5ec8eae53f5c Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 23 Sep 2024 20:17:34 +0200 Subject: [PATCH] hypr: update config hypr: move steam to ws:6 hypr: update colors --- .../hypr/fragments/hypr-workspacerules.conf | 2 +- config/dot-config/hypr/hyprland.conf | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config/dot-config/hypr/fragments/hypr-workspacerules.conf b/config/dot-config/hypr/fragments/hypr-workspacerules.conf index 8f835031..b2f98e64 100644 --- a/config/dot-config/hypr/fragments/hypr-workspacerules.conf +++ b/config/dot-config/hypr/fragments/hypr-workspacerules.conf @@ -2,5 +2,5 @@ workspace = 1, on-created-empty:[pseudo] qutebrowser workspace = 2, on-created-empty:[pseudo] footclient -a ncmpcpp ncmpcpp workspace = 2, gapsout:80 -workspace = 4, on-created-empty:[float] steam +workspace = 6, on-created-empty:[float] steam diff --git a/config/dot-config/hypr/hyprland.conf b/config/dot-config/hypr/hyprland.conf index cb041978..0aaf0a02 100644 --- a/config/dot-config/hypr/hyprland.conf +++ b/config/dot-config/hypr/hyprland.conf @@ -74,10 +74,10 @@ input { general { # See https://wiki.hyprland.org/Configuring/Variables/ for more - border_size = 1 - gaps_in = 5 - gaps_out = 10 - col.active_border = $base0A + border_size = 3 + gaps_in = 10 + gaps_out = 20 + col.active_border = $base0C $base04 col.inactive_border = $base02 $base03 90deg # col.nogroup_border_active = $base0D $base04 40deg # col.nogroup_border = $base04 $base0D 40deg @@ -161,7 +161,7 @@ misc { force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers key_press_enables_dpms = true vrr = 2 - vfr = false #enable for battery savings + vfr = true #enable for battery savings render_unfocused_fps = 60 allow_session_lock_restore = 1 } @@ -177,10 +177,10 @@ device { group { merge_groups_on_drag = 0 insert_after_current = 0 - col.border_active = $base0D - col.border_inactive = $base04 $base0A 90deg - col.border_locked_active = $base0B - col.border_locked_inactive = $base04 $base0B 90deg + col.border_active = $base0A $base04 90deg + col.border_inactive = $base0A $base02 270deg + col.border_locked_active = $base0B $base04 90deg + col.border_locked_inactive = $base0B $base02 270deg groupbar { enabled = 0 height = 22 @@ -201,7 +201,7 @@ plugin { bar_text_font = Iosevka Nerd Font Propo bar_text_size = 12 bar_height = 24 - bar_color = $base0A + bar_color = $base0C col.text = $base00 bar_part_of_window = true bar_precedence_over_border = true -- 2.51.2