Add Hyprland work config

This commit is contained in:
Jacob Babor
2024-11-05 20:50:29 -06:00
parent 55efdb4a21
commit 0845419583
27 changed files with 1443 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# vim: set ft=config:
debug {
# This enables debug logging for troubleshooting
disable_logs = false
}

View File

@@ -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

View File

@@ -0,0 +1,3 @@
# vim: set ft=config:
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=eDP-1,preferred,auto,1.3333

View 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.