diff --git a/CHANGELOG b/CHANGELOG index 968b406..60c22e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,9 +4,9 @@ https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.2 - Login: Move issue into login directory - Bugfix: /gtk/gtk-3.0/bookmarks removed from repository - Hyprland: Prefer dark theme for gtk3 applications e.g., nautilus -- Hyprland: Add keybinding for nautilus SUPER, CTRL, F -- Installation: Add nautilus as default file manager -- Waybar: Add quickstart icon for nautilus +- Hyprland: Add keybinding for filemanager.sh SUPER, CTRL, F to start nautilus (if installed) or thunar +- Installation: Add nautilus package to become new default file manager +- Waybar: Add quickstart icon for filemanager.sh - Waybar: Style improvements Version 2.1 diff --git a/scripts/launchvm.sh b/scripts/launchvm.sh index 304ce93..176719e 100755 --- a/scripts/launchvm.sh +++ b/scripts/launchvm.sh @@ -14,10 +14,11 @@ if ([ "x$tmp" == "x" ] || [ "x$tmp" != "xrunning" ]) then virsh --connect qemu:///system start win11 echo "Virtual Machine win11 is starting..." - exit + notify-send "Virtual Machine win11 is starting..." "Waiting 45s for booting up." + sleep 45 else + notify-send "Virtual Machine win11 is already running." "Launching xfreerdp now!" echo "Starting xfreerdp now..." - xfreerdp -grab-keyboard /v:192.168.122.44 /size:100% /cert-ignore /u:raabe /p:SECRET /d: /dynamic-resolution /gfx-h264:avc444 +gfx-progressive & - exit fi +xfreerdp -grab-keyboard /v:192.168.122.44 /size:100% /cert-ignore /u:raabe /p:SECRET /d: /dynamic-resolution /gfx-h264:avc444 +gfx-progressive &