diff options
author | zachir <zachir@librem.one> | 2023-02-26 15:31:58 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-26 15:31:58 -0600 |
commit | 640ad84891efea35ae5138765eab8d03c941a238 (patch) | |
tree | 44a1d140e69eca5ae0d3c17d025182ad2fdb8098 | |
parent | 066b8d1907a93ec3a3499777739cd85335c27bf4 (diff) |
fix librewolf not reading theme for some reason?
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index bcf0143..5335b30 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -255,7 +255,7 @@ bind = $mainMod $secdMod, 0, pass, ^(com\.obsproject\.Studio)$ # Menu bindings bind = $mainMod $secdMod, Q, exec, qbc -w -bind = $mainMod $secdMod, W, exec, lwc -w +bind = $mainMod $secdMod, W, exec, GTK_THEME="Plata-Noir-Compact" lwc -w bind = $mainMod $secdMod, P, exec, passmenu # Misc bindings |