misc changes, incl alacritty
This commit is contained in:
parent
bf6a9287e5
commit
9dcded225e
11
.config/alacritty/alacritty.toml
Normal file
11
.config/alacritty/alacritty.toml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
[font]
|
||||||
|
normal = { family = "Inconsolata", style = "Medium" }
|
||||||
|
size = 8
|
||||||
|
|
||||||
|
[general]
|
||||||
|
live_config_reload = true
|
||||||
|
|
||||||
|
[window]
|
||||||
|
opacity = 0.8
|
||||||
|
blur = true
|
||||||
@ -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
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Qt;KDE;Network
|
Categories=Qt;KDE;Network
|
||||||
Comment=Make all your devices one
|
Comment=Make all your devices one
|
||||||
Exec=kdeconnect-app
|
Exec=kdeconnectd &
|
||||||
GenericName=Device Synchronization
|
GenericName=Device Synchronization
|
||||||
Icon=kdeconnect
|
Icon=kdeconnect
|
||||||
Name=KDE Connect
|
Name=KDE Connect
|
||||||
|
|||||||
@ -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;
|
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit ed9190ef005829c7a2331e12fb36207794c5ad75
|
Subproject commit 5e7e93beb9f2b5a81768aaf4950203ceea21c4f6
|
||||||
3
.config/proton.conf
Normal file
3
.config/proton.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
data = "/home/melissa/.proton/"
|
||||||
|
steam = "/home/melissa/.steam/steam"
|
||||||
|
common = "/home/melissa/.steam/steam/steamapps/common"
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit a6beb0f5958e935d33b0edb6d4470c3d7c4e8917
|
Subproject commit 853680fd621a8907338e0eee080dc6cf754408bf
|
||||||
4
.profile
4
.profile
@ -28,3 +28,7 @@ fi
|
|||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|
||||||
XDG_DATA_DIRS="/var/lib/flatpak/exports/bin:/usr/local/share:/usr/share:$XDG_DATA_DIRS"
|
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
|
||||||
4
.zshrc
4
.zshrc
@ -131,3 +131,7 @@ bashcompinit
|
|||||||
source "/home/melissa/.local/share/bash-completion/completions/am"
|
source "/home/melissa/.local/share/bash-completion/completions/am"
|
||||||
#alias sysyadm="sudo yadm --yadm-dir /etc/yadm --yadm-data /etc/yadm/data"
|
#alias sysyadm="sudo yadm --yadm-dir /etc/yadm --yadm-data /etc/yadm/data"
|
||||||
alias neofetch-store="neofetch >> ~/Sync/neofetch/$(hostname).log"
|
alias neofetch-store="neofetch >> ~/Sync/neofetch/$(hostname).log"
|
||||||
|
|
||||||
|
if [ -f "$HOME/.local/share/dnvm/env" ]; then
|
||||||
|
. "$HOME/.local/share/dnvm/env"
|
||||||
|
fi
|
||||||
Loading…
Reference in New Issue
Block a user