Finished hacker theme mostly and added some other configs
This commit is contained in:
parent
0c499ecbd6
commit
ad06f5284e
91 changed files with 1928 additions and 3 deletions
19
themes/hacker/.config/sway/monitors
Normal file
19
themes/hacker/.config/sway/monitors
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Wallpaper - solid color
|
||||
output * bg #141514 solid_color
|
||||
|
||||
# Monitors:
|
||||
output HDMI-A-1 res 1920x1080@239.76Hz pos 0,0 transform 0
|
||||
output DP-1 res 2560x1440@59.95Hz pos 1920,0 transform 270
|
||||
output eDP-2 disable
|
||||
|
||||
# Workspace assignments:
|
||||
# 1-2 → HDMI-A-1 (primary)
|
||||
# 3-5 → DP-1 (secondary)
|
||||
# 6-12 → follows focused output
|
||||
workspace 1 output HDMI-A-1
|
||||
workspace 2 output HDMI-A-1
|
||||
workspace 3 output DP-1
|
||||
workspace 4 output DP-1
|
||||
workspace 5 output DP-1
|
||||
|
||||
workspace 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue