diff --git a/functions/desktop b/functions/desktop index 7935d64..b5bac05 100755 --- a/functions/desktop +++ b/functions/desktop @@ -563,13 +563,13 @@ case ${desktop_choice} in -e 's/bind = $mainMod, C, killactive/bind = $mainMod SHIFT, Q, killactive/' \ -e '/$mainMod =/c $mainMod = ALT' \ -e '/RETURN/a bind = SUPER, L, exec, swaylock -e -f -c 000000' \ - > ~/.config/hypr/hyprland.conf + > ~/.config/hypr/hyprland.lua # -e '/Autostart/i exec-once = uwsm app -- foot --server' \ # QEMU monitor if ls -l /dev/disk/* | grep -q 'VBOX\|virtio\|QEMU' then - sed -i "/^monitor/c monitor = $(hyprctl monitors all | grep "^Monitor" | awk '{print $2}'), 1920x1080@60, 0x0, 1.5" ~/.config/hypr/hyprland.conf + sed -i "/^monitor/c monitor = $(hyprctl monitors all | grep "^Monitor" | awk '{print $2}'), 1920x1080@60, 0x0, 1.5" ~/.config/hypr/hyprland.lua fi # Waybar