Compare commits

...

2 Commits

Author SHA1 Message Date
coolneng 72153fd971
Assign powerpoint to a specific workspace 2022-05-21 11:54:39 +02:00
coolneng f889076a8b
Add HDMI profile to kanshi 2022-05-21 11:53:41 +02:00
2 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,4 @@
profile multihead {
profile multihead-DP {
output eDP-1 enable
output DP-1 enable
exec swaymsg workspace "1: ", move workspace to eDP-1
@ -10,6 +10,18 @@ profile multihead {
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 {
output eDP-1 enable mode 1920x1080
exec light -S 70

View File

@ -343,6 +343,8 @@ exec teams
#
# libreoffice
assign [app_id="libreoffice*"] $workspace5
# powerpoint (through citrix)
assign [class="PowerPoint"] $workspace5
# gimp
assign [class="Gimp*"] $workspace7
# deluge