Add Hyprland work config
This commit is contained in:
5
hyprland-work/.config/hypr/contrib/000-debug.conf
Normal file
5
hyprland-work/.config/hypr/contrib/000-debug.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# vim: set ft=config:
|
||||
debug {
|
||||
# This enables debug logging for troubleshooting
|
||||
disable_logs = false
|
||||
}
|
@@ -0,0 +1,18 @@
|
||||
# vim: set ft=config:
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#monitor=eDP-1,preferred,auto,1.3333
|
||||
monitor = DP-1,preferred,1440x937,1
|
||||
monitor = DP-2,preferred,0x0,1,transform,1
|
||||
|
||||
workspace = 1, monitor:DP-1
|
||||
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-2
|
||||
workspace = 9, monitor:DP-2
|
||||
workspace = 10, monitor:DP-2
|
||||
workspace = 11, monitor:DP-2
|
@@ -0,0 +1,3 @@
|
||||
# vim: set ft=config:
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1,preferred,auto,1.3333
|
8
hyprland-work/.config/hypr/contrib/README.md
Normal file
8
hyprland-work/.config/hypr/contrib/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Contrib
|
||||
|
||||
Scripts and config files that don't necessarily belong in the defaults.
|
||||
|
||||
## Usage
|
||||
|
||||
Link to any of these files from within config.d to load them up. Use them
|
||||
to store machine-specific configs or optional scripts.
|
Reference in New Issue
Block a user