mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +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
|
# Monitors
|
||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
#monitor=,preferred,auto,auto
|
#monitor=,preferred,auto,auto
|
||||||
monitor=DP-1,3440x1440@100,0x0,1
|
monitor=DP-1,3440x1440@100,0x0,1
|
||||||
monitor=HDMI-A-1,disable
|
monitor=HDMI-A-1,1920x1080@60,760x-1080,1
|
||||||
|
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
|
|
@ -90,9 +92,19 @@ misc {
|
||||||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
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 = suppressevent maximize, class:.* # You'll probably like this.
|
||||||
windowrulev2 = workspace 2, class:firefox
|
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
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue