diff --git a/.config/Thunar/uca.xml b/.config/Thunar/uca.xml
deleted file mode 100644
index 43a4487..0000000
--- a/.config/Thunar/uca.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- utilities-terminal
- Open Terminal Here
-
- 1720601290633065-1
- exo-open --working-directory %f --launch TerminalEmulator
- Example for a custom action
-
- *
-
-
-
-
diff --git a/.config/dconf/user b/.config/dconf/user
deleted file mode 100644
index 0c9eda5..0000000
Binary files a/.config/dconf/user and /dev/null differ
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
deleted file mode 100644
index 82d20b1..0000000
--- a/.config/gtk-3.0/settings.ini
+++ /dev/null
@@ -1,17 +0,0 @@
-[Settings]
-gtk-theme-name=catppuccin-mocha-teal-standard+default
-gtk-icon-theme-name=Adwaita
-gtk-font-name=Cantarell 11
-gtk-cursor-theme-name=Adwaita
-gtk-cursor-theme-size=24
-gtk-toolbar-style=GTK_TOOLBAR_ICONS
-gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
-gtk-button-images=0
-gtk-menu-images=0
-gtk-enable-event-sounds=1
-gtk-enable-input-feedback-sounds=0
-gtk-xft-antialias=1
-gtk-xft-hinting=1
-gtk-xft-hintstyle=hintslight
-gtk-xft-rgba=rgb
-gtk-application-prefer-dark-theme=0
diff --git a/.config/hypr/keybinds.conf b/.config/hypr/keybinds.conf
index 78488c1..54ef31e 100644
--- a/.config/hypr/keybinds.conf
+++ b/.config/hypr/keybinds.conf
@@ -10,6 +10,7 @@ $term = alacritty
$volume = $scriptsDir/volume
$screenshot = $scriptsDir/screensht
$colorpicker = $scriptsDir/colorpicker
+$wallcmd = $scriptsDir/randwall.sh
$files = thunar
$browser = brave
@@ -24,6 +25,7 @@ bind = SUPERSHIFT, S, exec, $screenshot area
# █▀▄▀█ █ █▀ █▀▀
# █░▀░█ █ ▄█ █▄▄
bind = SUPER SHIFT, X, exec, $colorpicker
+bind = CTRL ALT, R, exec, $wallcmd
bind = CTRL ALT, L, exec, swaylock
bind = SUPER, T, exec, $term
bind = SUPER, E, exec, $files
diff --git a/.config/hypr/randwall.sh b/.config/hypr/randwall.sh
deleted file mode 100755
index 131cf2e..0000000
--- a/.config/hypr/randwall.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#/bin/bash
-swww img `find $wallpaper_path -type f | shuf -n 1` --transition-type any --transition-fps 60
diff --git a/.config/hypr/scripts/randwall.sh b/.config/hypr/scripts/randwall.sh
new file mode 100755
index 0000000..7110928
--- /dev/null
+++ b/.config/hypr/scripts/randwall.sh
@@ -0,0 +1,2 @@
+#/bin/bash
+swww img `find -L $wallpaper_path -type f | shuf -n 1` --transition-type any --transition-fps 60
diff --git a/.config/hypr/startup.conf b/.config/hypr/startup.conf
index 4205c6f..62aefd6 100644
--- a/.config/hypr/startup.conf
+++ b/.config/hypr/startup.conf
@@ -6,6 +6,7 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK
exec-once = /usr/lib/polkit-kde-authentication-agent-1 # authentication dialogue for GUI apps
exec-once = wlsunset -t 5200 -S 9:00 -s 19:30 # NightLight from 7.30pm to 9am
exec-once = systemctl --user restart pipewire # Restart pipewire to avoid bugs
+exec-once=hyprctl setcursor MacOS-Pixel-vr4 20
exec-once = waybar # launch the system panel
exec-once = dunst # start notification demon
exec-once = wl-paste --type text --watch cliphist store # clipboard store text data
diff --git a/.config/kde.org/UserFeedback.org.kde.dolphin.conf b/.config/kde.org/UserFeedback.org.kde.dolphin.conf
deleted file mode 100644
index 3109e6f..0000000
--- a/.config/kde.org/UserFeedback.org.kde.dolphin.conf
+++ /dev/null
@@ -1,30 +0,0 @@
-[Source-applicationVersion]
-dataSourceCommonSettings\activeState=true
-
-[Source-locale]
-dataSourceCommonSettings\activeState=true
-
-[Source-places]
-dataSourceCommonSettings\activeState=true
-
-[Source-platform]
-dataSourceCommonSettings\activeState=true
-
-[Source-qtVersion]
-dataSourceCommonSettings\activeState=true
-
-[Source-screens]
-dataSourceCommonSettings\activeState=true
-
-[Source-settings]
-dataSourceCommonSettings\activeState=true
-
-[Source-startCount]
-dataSourceCommonSettings\activeState=true
-
-[Source-usageTime]
-dataSourceCommonSettings\activeState=true
-
-[UserFeedback]
-ApplicationStartCount=2
-ApplicationTime=792
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
deleted file mode 100644
index 078a9c5..0000000
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/.config/xsettingsd/xsettingsd.conf b/.config/xsettingsd/xsettingsd.conf
deleted file mode 100644
index cfc9124..0000000
--- a/.config/xsettingsd/xsettingsd.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-Net/ThemeName "catppuccin-mocha-teal-standard+default"
-Net/IconThemeName "Adwaita"
-Gtk/CursorThemeName "Adwaita"
-Net/EnableEventSounds 1
-EnableInputFeedbackSounds 0
-Xft/Antialias 1
-Xft/Hinting 1
-Xft/HintStyle "hintslight"
-Xft/RGBA "rgb"
diff --git a/.gitignore b/.gitignore
index fb2c478..cddc3f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-.config/WebCord
-.config/BraveSoftware
-.config/spicetify
-.config/google-chrome
+*
+!.config/nvim
+!.config/hypr
+!.config/waybar
diff --git a/.wallpapers/CatppuccinMocha-Kurzgesagt-CloudyQuasar1.png b/.wallpapers/CatppuccinMocha-Kurzgesagt-CloudyQuasar1.png
new file mode 100644
index 0000000..466211e
Binary files /dev/null and b/.wallpapers/CatppuccinMocha-Kurzgesagt-CloudyQuasar1.png differ
diff --git a/.wallpapers/CatppuccinMocha-NightTimeCity.png b/.wallpapers/CatppuccinMocha-NightTimeCity.png
new file mode 100644
index 0000000..649ec0f
Binary files /dev/null and b/.wallpapers/CatppuccinMocha-NightTimeCity.png differ
diff --git a/.wallpapers/ChineseStreet-Dragon.gif b/.wallpapers/ChineseStreet-Dragon.gif
new file mode 100644
index 0000000..10702f1
Binary files /dev/null and b/.wallpapers/ChineseStreet-Dragon.gif differ
diff --git a/.wallpapers/Nord-Gif-Futuristic.gif b/.wallpapers/Nord-Gif-Futuristic.gif
new file mode 100644
index 0000000..b38c698
Binary files /dev/null and b/.wallpapers/Nord-Gif-Futuristic.gif differ