Compare commits
2 Commits
24ce922304
...
72153fd971
Author | SHA1 | Date |
---|---|---|
coolneng | 72153fd971 | |
coolneng | f889076a8b |
|
@ -1,4 +1,4 @@
|
||||||
profile multihead {
|
profile multihead-DP {
|
||||||
output eDP-1 enable
|
output eDP-1 enable
|
||||||
output DP-1 enable
|
output DP-1 enable
|
||||||
exec swaymsg workspace "1: ", move workspace to eDP-1
|
exec swaymsg workspace "1: ", move workspace to eDP-1
|
||||||
|
@ -10,6 +10,18 @@ profile multihead {
|
||||||
exec pkill waybar; waybar
|
exec pkill waybar; waybar
|
||||||
}
|
}
|
||||||
|
|
||||||
|
profile multihead-HDMI {
|
||||||
|
output eDP-1 enable
|
||||||
|
output HDMI-A-2 enable
|
||||||
|
exec swaymsg workspace "1: ", move workspace to eDP-1
|
||||||
|
exec swaymsg workspace "3: ", move workspace to eDP-1
|
||||||
|
exec swaymsg workspace "2: ", move workspace to DP-1
|
||||||
|
exec swaymsg workspace "4: ", move workspace to DP-1
|
||||||
|
exec light -S 100
|
||||||
|
exec light -s sysfs/leds/tpacpi::kbd_backlight -S 0
|
||||||
|
exec pkill waybar; waybar
|
||||||
|
}
|
||||||
|
|
||||||
profile nomad {
|
profile nomad {
|
||||||
output eDP-1 enable mode 1920x1080
|
output eDP-1 enable mode 1920x1080
|
||||||
exec light -S 70
|
exec light -S 70
|
||||||
|
|
|
@ -343,6 +343,8 @@ exec teams
|
||||||
#
|
#
|
||||||
# libreoffice
|
# libreoffice
|
||||||
assign [app_id="libreoffice*"] $workspace5
|
assign [app_id="libreoffice*"] $workspace5
|
||||||
|
# powerpoint (through citrix)
|
||||||
|
assign [class="PowerPoint"] $workspace5
|
||||||
# gimp
|
# gimp
|
||||||
assign [class="Gimp*"] $workspace7
|
assign [class="Gimp*"] $workspace7
|
||||||
# deluge
|
# deluge
|
||||||
|
|
Loading…
Reference in New Issue