mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
hyprland: adding another monitor
This commit is contained in:
parent
b84701ce35
commit
f05d82b69f
1 changed files with 14 additions and 2 deletions
|
|
@ -2,10 +2,12 @@
|
|||
# Monitors
|
||||
# ------------
|
||||
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#monitor=,preferred,auto,auto
|
||||
monitor=DP-1,3440x1440@100,0x0,1
|
||||
monitor=HDMI-A-1,disable
|
||||
monitor=HDMI-A-1,1920x1080@60,760x-1080,1
|
||||
|
||||
|
||||
# Variables
|
||||
|
|
@ -90,9 +92,19 @@ misc {
|
|||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
}
|
||||
|
||||
workspace = 1, monitor:DP-1, default: true
|
||||
workspace = 2, monitor:DP-1
|
||||
workspace = 3, monitor:DP-1
|
||||
workspace = 4, monitor:DP-1
|
||||
workspace = 5, monitor:DP-1
|
||||
workspace = 6, monitor:DP-1
|
||||
workspace = 7, monitor:DP-1
|
||||
workspace = 8, monitor:DP-1
|
||||
workspace = 9, monitor:HDMI-A-1, default: true
|
||||
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
windowrulev2 = workspace 2, class:firefox
|
||||
windowrulev2 = workspace 5, class:org.telegram.desktop.*
|
||||
windowrulev2 = workspace 9, class:org.telegram.desktop.*
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue