Compare commits
No commits in common. "72153fd971e42bba92dcf1eb17db5e1d28ceffe3" and "24ce92230407b7bea63fffb5e9012fcef425b63c" have entirely different histories.
72153fd971
...
24ce922304
|
@ -1,4 +1,4 @@
|
|||
profile multihead-DP {
|
||||
profile multihead {
|
||||
output eDP-1 enable
|
||||
output DP-1 enable
|
||||
exec swaymsg workspace "1: ", move workspace to eDP-1
|
||||
|
@ -10,18 +10,6 @@ profile multihead-DP {
|
|||
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
|
||||
|
|
|
@ -343,8 +343,6 @@ exec teams
|
|||
#
|
||||
# libreoffice
|
||||
assign [app_id="libreoffice*"] $workspace5
|
||||
# powerpoint (through citrix)
|
||||
assign [class="PowerPoint"] $workspace5
|
||||
# gimp
|
||||
assign [class="Gimp*"] $workspace7
|
||||
# deluge
|
||||
|
|
Loading…
Reference in New Issue