refactor: splitted sway config

This commit is contained in:
oxypomme
2026-01-04 13:50:29 +01:00
parent db748c7714
commit da10125fb2
23 changed files with 426 additions and 270 deletions

View File

@@ -48,7 +48,7 @@ profile Nomad {
output $INTERNAL enable
exec ~/.config/kanshi/lid.sh
exec tuned-adm profile balanced-battery
exec tuned-adm profile powersave
}
profile Home {
@@ -65,7 +65,7 @@ profile Home {
# Workspace 3 on right
exec swaymsg workspace 3, move workspace to "'Iiyama North America PL2470H 0x30363735'"
exec tuned-adm profile throughput-performance
exec tuned-adm profile balanced
}
profile Office {
@@ -80,5 +80,5 @@ profile Office {
# Workspace 3 on right
exec swaymsg workspace 3, move workspace to "'Hewlett Packard LA2405 CN41150LLN'"
exec tuned-adm profile throughput-performance
exec tuned-adm profile balanced
}