Added games workspace and bindsym for decklink mirroring via mpv

This commit is contained in:
David Thurstenson 2021-08-30 21:34:44 -05:00
parent 56bfa7fede
commit 4f351c1f81
2 changed files with 18 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1 @@
../available/extras/games-workspace.conf