diff options
-rw-r--r-- | accounts/gkleen@sif/default.nix | 1 | ||||
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 09d0f4fa..b63f1b10 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -290,6 +290,7 @@ in { | |||
290 | settings = let | 290 | settings = let |
291 | windowRewrites = { | 291 | windowRewrites = { |
292 | "(.*) — Mozilla Firefox" = "$1"; | 292 | "(.*) — Mozilla Firefox" = "$1"; |
293 | "(.*) - Mozilla Thunderbird" = "$1"; | ||
293 | "(.*) - mpv" = "$1"; | 294 | "(.*) - mpv" = "$1"; |
294 | }; | 295 | }; |
295 | iconSize = 14; | 296 | iconSize = 14; |
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index c596a81a..20f6df84 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
@@ -19,7 +19,7 @@ | |||
19 | "GDK_BACKEND,wayland" | 19 | "GDK_BACKEND,wayland" |
20 | "GDK_SCALE,0.66" | 20 | "GDK_SCALE,0.66" |
21 | "QT_AUTO_SCREEN_SCALE_FACTOR,1" | 21 | "QT_AUTO_SCREEN_SCALE_FACTOR,1" |
22 | "AQ_DRM_DEVICES,/dev/dri/by-path/pci-0000:01:00.0-card" | 22 | # "AQ_DRM_DEVICES,/dev/dri/by-path/pci-0000:01:00.0-card" |
23 | ]; | 23 | ]; |
24 | 24 | ||
25 | xwayland.force_zero_scaling = true; | 25 | xwayland.force_zero_scaling = true; |
@@ -133,8 +133,8 @@ | |||
133 | # "$mainMod, P, pseudo," | 133 | # "$mainMod, P, pseudo," |
134 | # "$mainMod, J, togglesplit," | 134 | # "$mainMod, J, togglesplit," |
135 | 135 | ||
136 | # "$mainMod SHIFT, L, exec, loginctl lock-session" | 136 | "$mainMod SHIFT, L, exec, loginctl lock-session" |
137 | "$mainMod SHIFT, L, exec, gtklock -d" | 137 | # "$mainMod SHIFT, L, exec, gtklock -d" |
138 | "$mainMod SHIFT, S, exec, systemctl suspend" | 138 | "$mainMod SHIFT, S, exec, systemctl suspend" |
139 | "$mainMod SHIFT, E, exit" | 139 | "$mainMod SHIFT, E, exit" |
140 | 140 | ||