mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed my monitor layout and added workspace movment
This commit is contained in:
parent
1cf1b44fde
commit
c97001c4ec
@ -4,8 +4,8 @@ let
|
|||||||
in builtins.concatLists (map (ws:
|
in builtins.concatLists (map (ws:
|
||||||
let keycode = ws + 9;
|
let keycode = ws + 9;
|
||||||
in [
|
in [
|
||||||
"SUPER, code:${toString keycode}, workspace, ${toString ws}"
|
"$mod, code:${toString keycode}, workspace, ${toString ws}"
|
||||||
"SUPER SHIFT, code:${toString keycode}, workspace, ${toString ws}"
|
"$mod SHIFT, code:${toString keycode}, movetoworkspace, ${toString ws}"
|
||||||
]
|
]
|
||||||
) wsList);
|
) wsList);
|
||||||
in
|
in
|
||||||
@ -33,6 +33,12 @@ in
|
|||||||
follow_mouse = "1";
|
follow_mouse = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Monitor config
|
||||||
|
monitor = [
|
||||||
|
"HDMI-A-1, 1920x1080@165, 1440x0, 1"
|
||||||
|
"DP-1, 1440x900@59.89, 0x0, 1"
|
||||||
|
];
|
||||||
|
|
||||||
# Keybinds
|
# Keybinds
|
||||||
bind = workspaceBinds ++ [
|
bind = workspaceBinds ++ [
|
||||||
# Launch binds
|
# Launch binds
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user