diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..8683de2 --- /dev/null +++ b/.config/alacritty/alacritty.toml @@ -0,0 +1,11 @@ + +[font] + normal = { family = "Inconsolata", style = "Medium" } + size = 8 + +[general] + live_config_reload = true + +[window] + opacity = 0.8 + blur = true diff --git a/.config/autostart/caffeine-indicator.desktop b/.config/autostart/caffeine-indicator.desktop deleted file mode 100644 index 916156b..0000000 --- a/.config/autostart/caffeine-indicator.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Icon=caffeine -Name=Caffeine Indicator -Comment=Manually control activation of the screensaver and sleep mode -Exec=/usr/bin/caffeine-indicator -Terminal=false -Type=Application -Categories=Utility;TrayIcon; -Keywords=Screensaver,Power,Saving,Blank -OnlyShowIn=GNOME;KDE;LXDE;LXQt;MATE;Razor;ROX;TDE;Unity;XFCE;EDE;Cinnamon;Pantheon; -StartupNotify=false diff --git a/.config/autostart/org.kde.kdeconnect.app.desktop b/.config/autostart/org.kde.kdeconnect.app.desktop index df4812a..2f4ddd3 100644 --- a/.config/autostart/org.kde.kdeconnect.app.desktop +++ b/.config/autostart/org.kde.kdeconnect.app.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Categories=Qt;KDE;Network Comment=Make all your devices one -Exec=kdeconnect-app +Exec=kdeconnectd & GenericName=Device Synchronization Icon=kdeconnect Name=KDE Connect diff --git a/.config/autostart/pasystray.desktop b/.config/autostart/pasystray.desktop deleted file mode 100644 index c48e124..0000000 --- a/.config/autostart/pasystray.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=PulseAudio System Tray -GenericName= -Comment=An Applet for PulseAudio -Exec=pasystray -Icon=pasystray -StartupNotify=true -Type=Application -Categories=AudioVideo;Audio; -Keywords=pulseaudio;tray;system tray;applet;volume; diff --git a/.config/emacs b/.config/emacs index ed9190e..5e7e93b 160000 --- a/.config/emacs +++ b/.config/emacs @@ -1 +1 @@ -Subproject commit ed9190ef005829c7a2331e12fb36207794c5ad75 +Subproject commit 5e7e93beb9f2b5a81768aaf4950203ceea21c4f6 diff --git a/.config/proton.conf b/.config/proton.conf new file mode 100644 index 0000000..f1f9dc3 --- /dev/null +++ b/.config/proton.conf @@ -0,0 +1,3 @@ +data = "/home/melissa/.proton/" +steam = "/home/melissa/.steam/steam" +common = "/home/melissa/.steam/steam/steamapps/common" diff --git a/.oh-my-zsh b/.oh-my-zsh index a6beb0f..853680f 160000 --- a/.oh-my-zsh +++ b/.oh-my-zsh @@ -1 +1 @@ -Subproject commit a6beb0f5958e935d33b0edb6d4470c3d7c4e8917 +Subproject commit 853680fd621a8907338e0eee080dc6cf754408bf diff --git a/.profile b/.profile index ad202f1..c6a6111 100644 --- a/.profile +++ b/.profile @@ -28,3 +28,7 @@ fi . "$HOME/.cargo/env" XDG_DATA_DIRS="/var/lib/flatpak/exports/bin:/usr/local/share:/usr/share:$XDG_DATA_DIRS" + +if [ -f "$HOME/.local/share/dnvm/env" ]; then + . "$HOME/.local/share/dnvm/env" +fi \ No newline at end of file diff --git a/.zshrc b/.zshrc index 2a73a3f..87867a0 100644 --- a/.zshrc +++ b/.zshrc @@ -131,3 +131,7 @@ bashcompinit source "/home/melissa/.local/share/bash-completion/completions/am" #alias sysyadm="sudo yadm --yadm-dir /etc/yadm --yadm-data /etc/yadm/data" alias neofetch-store="neofetch >> ~/Sync/neofetch/$(hostname).log" + +if [ -f "$HOME/.local/share/dnvm/env" ]; then + . "$HOME/.local/share/dnvm/env" +fi \ No newline at end of file