diff --git a/config/qt5ct/qt5ct.conf b/config/qt5ct/qt5ct.conf index 91d8f4a..e681332 100644 --- a/config/qt5ct/qt5ct.conf +++ b/config/qt5ct/qt5ct.conf @@ -25,7 +25,7 @@ underline_shortcut=1 wheel_scroll_lines=3 [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xcd\0\0\x2\xfb\0\0\0\0\0\0\0\0\0\0\x3\xbf\0\0\x4\x1b\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\xcd\0\0\x2\xfb) +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xec\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xec) [Troubleshooting] force_raster_widgets=1 diff --git a/config/wofi/config b/config/wofi/config index a5f1cb2..afa739b 100644 --- a/config/wofi/config +++ b/config/wofi/config @@ -5,3 +5,4 @@ allow_markup=true term=ghostty dynamic_lines=true normal_window=false +insensitive=true diff --git a/hosts/default/other/activate.nix b/hosts/default/other/activate.nix index 6b19af5..441e310 100644 --- a/hosts/default/other/activate.nix +++ b/hosts/default/other/activate.nix @@ -14,7 +14,12 @@ system.activationScripts.installRoblox = { text = '' - trap "${pkgs.flatpak}/bin/flatpak install -y https://sober.vinegarhq.org/sober.flatpakref" EXIT + # install roblox manually from flathub 😍 + if [ ! -d "/home/ocbwoy3/.var/app/org.vinegarhq.Sober" ]; then + echo "Please Install Roblox - https://flathub.org/apps/org.vinegarhq.Sober" + echo "$ flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo" + echo "$ flatpak install --user flathub org.vinegarhq.Sober" + fi ''; };