diff --git a/users/caperren/caperren.nix b/users/caperren/caperren.nix index cc8a61d..f0b3738 100644 --- a/users/caperren/caperren.nix +++ b/users/caperren/caperren.nix @@ -90,7 +90,7 @@ in # Custom bash aliases home.shellAliases = { # 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 savestreamdeck = "cp ~/.streamdeck_ui.json ~/.nixos-configs/users/caperren/dotfiles/streamdeck/.streamdeck_ui.json"; diff --git a/users/caperren/dotfiles/.local/share/applications/phonerdp.desktop b/users/caperren/dotfiles/.local/share/applications/phonerdp.desktop index c080c84..e291fc4 100644 --- a/users/caperren/dotfiles/.local/share/applications/phonerdp.desktop +++ b/users/caperren/dotfiles/.local/share/applications/phonerdp.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application 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 Terminal=false Categories=Utilities; \ No newline at end of file