diff --git a/etc/sway/modes/screenmirror.conf b/etc/sway/modes/screenmirror.conf index 3d3f19b..29bec37 100644 --- a/etc/sway/modes/screenmirror.conf +++ b/etc/sway/modes/screenmirror.conf @@ -8,11 +8,11 @@ # See the following link for more details: # https://github.com/emersion/xdg-desktop-portal-wlr/issues/107#issuecomment-1596107337 -set $screenmirror /usr/share/sway/scripts/screenmirror.sh -set $start_mirror systemd-cat $screenmirror $headless -set $stop_mirror systemd-cat $screenmirror -k +# set $screenmirror /usr/share/sway/scripts/screenmirror.sh +# set $start_mirror systemd-cat $screenmirror $headless +# set $stop_mirror systemd-cat $screenmirror -k -## Launch // Switch to the workspace for mirroring ## -$bindsym $mod+0 exec $start_mirror, workspace $ws10 -## Launch // Switch back from the workspace for mirroring ## -$bindsym $mod+Mod1+0 exec $stop_mirror, workspace back_and_forth +# ## Launch // Switch to the workspace for mirroring ## +# $bindsym $mod+0 exec $start_mirror, workspace $ws10 +# ## Launch // Switch back from the workspace for mirroring ## +# $bindsym $mod+Mod1+0 exec $stop_mirror, workspace back_and_forth diff --git a/etc/sway/outputs/headless-output.conf b/etc/sway/outputs/headless-output.conf index b17efc1..caf88f1 100644 --- a/etc/sway/outputs/headless-output.conf +++ b/etc/sway/outputs/headless-output.conf @@ -1,9 +1,9 @@ # This output configuration is required for the screenmirror mode to work. -set $headless HEADLESS-1 +#set $headless HEADLESS-1 -output $headless { - position 16000 16000 -} -workspace $ws10 output $headless -exec swaymsg create_output +#output $headless { +# position 16000 16000 +#} +#workspace $ws10 output $headless +#exec swaymsg create_output