mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
new hardware
This commit is contained in:
parent
f2d0ecbe64
commit
666eac0e37
3 changed files with 28 additions and 12 deletions
|
@ -76,6 +76,11 @@
|
|||
"$mainMod SHIFT, 0, movetoworkspace, 10"
|
||||
];
|
||||
|
||||
# Mouse binds for dragging windows
|
||||
bindm = [
|
||||
"$mainMod, mouse:272, movewindow" # Super + Left Mouse Button to drag/move windows
|
||||
"$mainMod, mouse:273, resizewindow" # Super + Right Mouse Button to resize windows
|
||||
];
|
||||
monitor = [
|
||||
"DP-5, 3440x1440@144.00HZ, 0x0, 1"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue