mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
10 lines
419 B
Bash
10 lines
419 B
Bash
SHARESCREEN="$(nix eval --raw ~/.dotfiles#nixosConfigurations."$(hostname)".config.home-manager.users."$(whoami)".swarselsystems.sharescreen)"
|
|
|
|
if [[ "$1" == "start" ]]; then
|
|
wl-mirror "$SHARESCREEN" & sleep 0.1
|
|
swaymsg '[app_id=at.yrlf.wl_mirror] move to workspace 12:S'
|
|
swaymsg '[app_id=at.yrlf.wl_mirror] fullscreen'
|
|
swaymsg output eDP-2 mode 1280x800
|
|
else
|
|
swaymsg output eDP-2 mode 2560x1600
|
|
fi
|