diff --git a/home/.config/hypr/hyprland.d/keybinds.conf b/home/.config/hypr/hyprland.d/keybinds.conf index 61039bb..2df0dd5 100644 --- a/home/.config/hypr/hyprland.d/keybinds.conf +++ b/home/.config/hypr/hyprland.d/keybinds.conf @@ -63,16 +63,6 @@ bindl = , XF86AudioPause, exec, playerctl play-pause bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPrev, exec, playerctl previous -# ##################### -# ### NOTIFICATIONS ### -# ##################### - -bind = CTRL, grave, exec, swaync-client --close-latest -bind = CTRL_SHIFT, grave, exec, swaync-client --close-all -bind = CTRL_ALT, grave, exec, swaync-client --hide-latest -bind = CTRL, period, exec, swaync-client --toggle-panel -bind = SUPER_SHIFT, D, exec, toggle-notifications - # ########################## # ### BRIGHTNESS CONTROL ### # ########################## diff --git a/home/.config/hypr/hyprland.d/window_rules.conf b/home/.config/hypr/hyprland.d/window_rules.conf index a8e3ac6..c1b6688 100644 --- a/home/.config/hypr/hyprland.d/window_rules.conf +++ b/home/.config/hypr/hyprland.d/window_rules.conf @@ -5,7 +5,6 @@ windowrulev2 = workspace 2, class:^(firefox)$ windowrulev2 = workspace 4, class:^(discord)$ windowrulev2 = workspace 4, class:^(vesktop)$ -windowrulev2 = workspace 4, class:^(Slack)$ windowrulev2 = workspace 4, class:^(WebCord)$ windowrulev2 = workspace 5, class:^(Spotify)$ windowrulev2 = workspace 6, class:^(Stremio)$ diff --git a/home/.config/systemd/user/hyprlock.service b/home/.config/systemd/user/hyprlock.service deleted file mode 100644 index 2dfd084..0000000 --- a/home/.config/systemd/user/hyprlock.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=Run hyprlock screenlocker on lock dbus event (using systemd-lock-handler) -Requisite=graphical-session.target -# If hyprlock exits cleanly, enter a 'unlock' target -OnSuccess=unlock.target -# When lock is stopped, stop this unit too -PartOf=lock.target - -[Service] -ExecStart=/usr/bin/hyprlock -StandardOutput=journal -ExecStopPost=/bin/loginctl unlock-session -Restart=on-failure -Slice=session-graphical.slice - -[Install] -WantedBy=lock.target diff --git a/home/.config/systemd/user/swaync-inhibit-lock.service b/home/.config/systemd/user/swaync-inhibit-lock.service deleted file mode 100644 index 658342b..0000000 --- a/home/.config/systemd/user/swaync-inhibit-lock.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Inhibit swaync notifications on lock dbus event (using systemd-lock-handler) -Requisite=swaync.service -Before=lock.target - -[Service] -Type=oneshot -ExecStart=/usr/bin/swaync-client --inhibitor-add screen-locker -Slice=session-graphical.slice - -[Install] -WantedBy=lock.target diff --git a/home/.config/systemd/user/swaync-inhibit-unlock.service b/home/.config/systemd/user/swaync-inhibit-unlock.service deleted file mode 100644 index 0e79678..0000000 --- a/home/.config/systemd/user/swaync-inhibit-unlock.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Uninhibit swaync notifications on unlock event -Requisite=swaync.service -After=unlock.target - -[Service] -Type=oneshot -ExecStart=/usr/bin/swaync-client --inhibitor-remove screen-locker -Slice=session-graphical.slice - -[Install] -WantedBy=unlock.target diff --git a/home/.config/user-dirs.dirs b/home/.config/user-dirs.dirs index f90b762..083d4be 100644 --- a/home/.config/user-dirs.dirs +++ b/home/.config/user-dirs.dirs @@ -7,8 +7,8 @@ # #XDG_DESKTOP_DIR="$HOME/Desktop" XDG_DOWNLOAD_DIR="$HOME/Downloads" -XDG_TEMPLATES_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/templates" -XDG_PUBLICSHARE_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/public" +XDG_TEMPLATES_DIR="$XDG_DATA_HOME/templates" +XDG_PUBLICSHARE_DIR="$XDG_DATA_HOME/public" #XDG_DOCUMENTS_DIR="$HOME/Documents" XDG_MUSIC_DIR="$HOME/Media/Music" XDG_PICTURES_DIR="$HOME/Media/Pictures" diff --git a/install_gui.sh b/install_gui.sh index 215fb3c..aec8328 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -146,7 +146,7 @@ gsettings set org.gnome.desktop.interface cursor-size 24 # Services sudo systemctl enable --now seatd.service -systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service +systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service echo "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop" echo ""