diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index cc1bfee4..c596a81a 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
@@ -19,6 +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 | ]; | 23 | ]; |
23 | 24 | ||
24 | xwayland.force_zero_scaling = true; | 25 | xwayland.force_zero_scaling = true; |
@@ -127,15 +128,15 @@ | |||
127 | bind = [ | 128 | bind = [ |
128 | "$mainMod, return, exec, $terminal" | 129 | "$mainMod, return, exec, $terminal" |
129 | "$mainMod, Q, killactive" | 130 | "$mainMod, Q, killactive" |
130 | "$mainMod, M, exit" | ||
131 | "$mainMod, V, togglefloating" | 131 | "$mainMod, V, togglefloating" |
132 | "$mainMod, D, exec, $menu" | 132 | "$mainMod, D, exec, $menu" |
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 | 140 | ||
140 | "$mainMod, left, movefocus, l" | 141 | "$mainMod, left, movefocus, l" |
141 | "$mainMod, right, movefocus, r" | 142 | "$mainMod, right, movefocus, r" |