diff --git a/.config/hypr/hyprland/rules.conf b/.config/hypr/hyprland/rules.conf index f4e40576a..cad82a903 100644 --- a/.config/hypr/hyprland/rules.conf +++ b/.config/hypr/hyprland/rules.conf @@ -21,7 +21,6 @@ layerrule = xray 1, .* layerrule = noanim, selection layerrule = noanim, overview layerrule = noanim, anyrun -layerrule = blur, swaylock layerrule = blur, eww layerrule = ignorealpha 0.8, eww diff --git a/.config/wlogout/layout b/.config/wlogout/layout index b0ba08d73..6ef1eac60 100644 --- a/.config/wlogout/layout +++ b/.config/wlogout/layout @@ -1,6 +1,6 @@ { "label" : "lock", - "action" : "swaylock", + "action" : "loginctl lock-session", "text" : "lock", "keybind" : "l" } diff --git a/uninstall.sh b/uninstall.sh index 5d9690c33..4c2dc6a72 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -20,7 +20,7 @@ set -e # Undo Step 3: Removing copied config and local folders printf '\e[36mRemoving copied config and local folders...\n\e[97m' -for i in ags fish fontconfig foot fuzzel hypr mpv swaylock wlogout "starship.toml" rubyshot +for i in ags fish fontconfig foot fuzzel hypr mpv wlogout "starship.toml" rubyshot do v rm -rf "$HOME/.config/$i" done @@ -45,6 +45,6 @@ v sudo deluser "$user" input read -p "Do you want to uninstall packages used by the dotfiles?\nCtrl+C to exit, or press Enter to proceed" # Removing installed yay packages and dependencies -v yay -Rns adw-gtk3-git brightnessctl cava foot fuzzel gjs gojq gradience-git grim gtk-layer-shell hyprland-git lexend-fonts-git libdbusmenu-gtk3 plasma-browser-integration playerctl python-build python-material-color-utilities python-poetry python-pywal ripgrep sassc swww slurp starship swayidle swaylock tesseract ttf-jetbrains-mono-nerd ttf-material-symbols-variable-git ttf-space-mono-nerd typescript webp-pixbuf-loader wl-clipboard wlogout yad ydotool +v yay -Rns adw-gtk3-git brightnessctl cava foot fuzzel gjs gojq gradience-git grim gtk-layer-shell hyprland-git lexend-fonts-git libdbusmenu-gtk3 plasma-browser-integration playerctl python-build python-material-color-utilities python-poetry python-pywal ripgrep sassc swww slurp starship swayidle hyprlock-git tesseract ttf-jetbrains-mono-nerd ttf-material-symbols-variable-git ttf-space-mono-nerd typescript webp-pixbuf-loader wl-clipboard wlogout yad ydotool printf '\e[36mUninstall Complete.\n\e[97m'