]> Freerunner's - dotfiles.git/commitdiff
hypr: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 30 Sep 2024 19:56:35 +0000 (21:56 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 30 Sep 2024 19:56:35 +0000 (21:56 +0200)
config/dot-config/hypr/fragments/hypr-windowrules.conf
config/dot-config/hypr/fragments/hypr-workspacerules.conf
config/dot-config/hypr/hyprland.conf

index 98900c1ae2efe723c6770502941556ca658e346f..625e4ddcbeca2a9451b9968e5bbb834a9cc6c6d2 100644 (file)
@@ -49,9 +49,6 @@ windowrulev2 = float, opacity 1.0 override 0.8 override, class:^(popup)$
 windowrulev2 = pseudo, class:^(ncmpcpp)$
 windowrulev2 = maxsize 60% 80%, class:^(ncmpcpp)$
 windowrulev2 = float, stayfocused, center, opacity 1.0 override, class:^(kakpopup)$
-windowrule = workspace 2, ncmpcpp
-windowrule = workspace 2, cava
-windowrule = noinitialfocus, cava
 
 # handle other clients
 windowrule = float, ^(openrgb)$
index 4e4db8e09dd0e026d89a47076c0c3d41d7929e2f..7a31e113531f6f22fcadaea4995a1c7a92eae144 100644 (file)
@@ -1,6 +1,5 @@
 # workspace rules
 workspace = 1, on-created-empty: qutebrowser
-workspace = 2, on-created-empty:footclient -a lf lfrun
 workspace = 2, gapsout:160
 workspace = 2, gapsin:4
 workspace = 4, on-created-empty:footclient -a ncmpcpp ncmpcpp
index 826e8d77947f01c51f059cb5c250c872673da999..20445e0738123a1274cd951f3d772dae9165d281 100644 (file)
@@ -166,6 +166,7 @@ misc {
        vfr = true #enable for battery savings
        render_unfocused_fps = 60
        allow_session_lock_restore = 1
+       initial_workspace_tracking = 1
 }
 
 # Example per-device config
@@ -203,13 +204,13 @@ plugin {
                bar_text_font = Iosevka Nerd Font Propo
                bar_text_size = 12
                bar_height = 24
-               bar_color = 0xff$base0C
-               col.text = 0xff$base00
+               bar_color = 0xee$base00
+               col.text = 0xff$base07
                bar_part_of_window = true
-               bar_precedence_over_border = true
+               bar_precedence_over_border = false
                # hyprbars-button = color, size, icon, on-click
-               hyprbars-button = rgba(eb6f9260), 22, 󰖭, hyprctl dispatch killactive
-               hyprbars-button = rgba(f6c17770), 22, 󰁌, hyprctl dispatch fullscreen 1
+               hyprbars-button = 0x70eb6f92, 22, 󰖭, hyprctl dispatch killactive
+               hyprbars-button = 0x80f6c177, 22, 󰁌, hyprctl dispatch fullscreen 1
         }
 }