Added games workspace and bindsym for decklink mirroring via mpv
This commit is contained in:
parent
56bfa7fede
commit
4f351c1f81
|
@ -0,0 +1,17 @@
|
|||
# Sway Config: Games workspace
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
set $ws-games Games
|
||||
|
||||
set $ws-games-url "av://decklink:DeckLink\ Mini\ Recorder"
|
||||
|
||||
# Switch output to workspace
|
||||
bindsym $mod+End workspace $ws-games
|
||||
|
||||
# Move focused container to workspace
|
||||
bindsym $mod+Shift+End move container to workspace $ws-games
|
||||
|
||||
|
||||
bindsym $mod+Delete exec "alacritty --class mctrl -e mpv $ws-games-url"
|
||||
bindsym $mod+Shift+Delete exec "alacritty --class mctrl -e mpv $ws-games-url --profile=low-latency --untimed --ao=null --ao-null-untimed"
|
|
@ -0,0 +1 @@
|
|||
../available/extras/games-workspace.conf
|
Loading…
Reference in New Issue