Skip fullscreen option on phonerdp

This commit is contained in:
2025-11-07 14:59:57 -08:00
parent 3d5c6a443b
commit f536cea5c3
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ in
# Custom bash aliases # Custom bash aliases
home.shellAliases = { home.shellAliases = {
# Phone remote desktop over usb (adb), with some default flags I want # Phone remote desktop over usb (adb), with some default flags I want
phonerdp = "scrcpy --no-audio --orientation=0 --turn-screen-off --fullscreen"; phonerdp = "scrcpy --no-audio --orientation=0 --turn-screen-off";
# Streamdeck isn't easy to manually edit, so make a save command to copy any updates to the repo # Streamdeck isn't easy to manually edit, so make a save command to copy any updates to the repo
savestreamdeck = "cp ~/.streamdeck_ui.json ~/.nixos-configs/users/caperren/dotfiles/streamdeck/.streamdeck_ui.json"; savestreamdeck = "cp ~/.streamdeck_ui.json ~/.nixos-configs/users/caperren/dotfiles/streamdeck/.streamdeck_ui.json";

View File

@@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
Name=Phone RDP Name=Phone RDP
Exec=bash -c "scrcpy --no-audio --orientation=0 --turn-screen-off --fullscreen" Exec=bash -c "scrcpy --no-audio --orientation=0 --turn-screen-off"
Icon=phonerdp Icon=phonerdp
Terminal=false Terminal=false
Categories=Utilities; Categories=Utilities;