mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-06 15:44:58 +08:00
hyprland: move to monitor
This commit is contained in:
parent
7c865ca959
commit
7222112a9f
1 changed files with 6 additions and 2 deletions
|
|
@ -65,6 +65,8 @@ in
|
|||
"$mainMod SHIFT, 3, movetoworkspace, 3"
|
||||
"$mainMod SHIFT, 4, movetoworkspace, 4"
|
||||
"$mainMod SHIFT, 5, movetoworkspace, 5"
|
||||
"$mainMod SHIFT, left, movecurrentworkspacetomonitor, t"
|
||||
"$mainMod SHIFT, right, movecurrentworkspacetomonitor, b"
|
||||
|
||||
"$mainMod, SPACE, togglespecialworkspace, special"
|
||||
"$mainMod SHIFT, SPACE, movetoworkspace, special"
|
||||
|
|
@ -104,8 +106,10 @@ in
|
|||
# Laptop screen (OLED 2k)
|
||||
",highres,auto,2"
|
||||
# Apple Studio Display
|
||||
"DP-5,highres,auto-up,2"
|
||||
"DP-6,disable" # Same as DP-5
|
||||
#"DP-6,highres,auto-up,2"
|
||||
#"DP-5,disable" # Same as DP-5
|
||||
"DP-3,highres,auto-up,2"
|
||||
"DP-4,disable" # Same as DP-5
|
||||
];
|
||||
|
||||
general = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue