diff options
| author | JackJ30 <jackqjamison@proton.me> | 2024-09-09 00:07:54 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2024-09-09 00:07:54 -0400 |
| commit | e57370dbf542b165e430cc8c708677625a9f8ed4 (patch) | |
| tree | 411647a48d8d8fedf9434653e2c92f059bebfa82 /.config/hypr/monitors.conf | |
| parent | ee71cba8d51ea5635ebda2ba0c776e8378706c6d (diff) | |
laptop config
Diffstat (limited to '.config/hypr/monitors.conf')
| -rw-r--r-- | .config/hypr/monitors.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf new file mode 100644 index 0000000..813f6d6 --- /dev/null +++ b/.config/hypr/monitors.conf @@ -0,0 +1,26 @@ +# See https://wiki.hyprland.org/Configuring/Monitors/ +#monitor=DP-1,2560x1440@144,0x0,auto +monitor=,highres,auto,1 +#monitor=DP-2,1920x1080@60,2560x0,auto + +# FOR HYPRSOME (MULTIPLE MONITORS) +workspace=1,monitor:eDP-1 +workspace=2,monitor:eDP-1 +workspace=3,monitor:eDP-1 +workspace=4,monitor:eDP-1 +workspace=5,monitor:eDP-1 +workspace=6,monitor:eDP-1 +workspace=7,monitor:eDP-1 +workspace=8,monitor:eDP-1 +workspace=9,monitor:eDP-1 +workspace=10,monitor:eDP-1 + +workspace=11,monitor:eDP-2 +workspace=12,monitor:eDP-2 +workspace=13,monitor:eDP-2 +workspace=14,monitor:eDP-2 +workspace=15,monitor:eDP-2 +workspace=17,monitor:eDP-2 +workspace=18,monitor:eDP-2 +workspace=19,monitor:eDP-2 +workspace=10,monitor:eDP-2 |
