cleanup
This commit is contained in:
parent
449898299b
commit
fe7110f9b4
5 changed files with 33 additions and 9 deletions
|
@ -8,8 +8,7 @@ export XSECURELOCK_DATETIME_FORMAT="%d.%m.%Y %H:%M"
|
|||
export XSECURELOCK_PASSWORD_PROMPT="time_hex"
|
||||
export XSECURELOCK_AUTH_TIMEOUT=10
|
||||
export XSECURELOCK_SHOW_DATETIME=1
|
||||
[ -r "/usr/libexec/xscreensaver/cubicgrid" ] && export XSECURELOCK_SAVER="/usr/libexec/xscreensaver/cubicgrid"
|
||||
[ -r "/usr/lib/xscreensaver/cubicgrid" ] && export XSECURELOCK_SAVER="/usr/lib/xscreensaver/cubicgrid"
|
||||
export XSECURELOCK_SAVER="/usr/libexec/xscreensaver/cubicgrid"
|
||||
export XSECURELOCK_SHOW_DATETIME=1
|
||||
export XSECURELOCK_SHOW_HOSTNAME=1
|
||||
export XSECURELOCK_SHOW_KEYBOARD_LAYOUT=0
|
||||
|
|
|
@ -6,15 +6,10 @@ start() {
|
|||
}
|
||||
|
||||
start xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg"
|
||||
start pipewire
|
||||
start pipewire -c pipewire-pulse.conf
|
||||
start wireplumber
|
||||
start remaps -qd
|
||||
start checkup
|
||||
start playerctld daemon
|
||||
start picom --experimental-backends
|
||||
start unclutter -noevents
|
||||
start dunst
|
||||
start dwmblocks
|
||||
start syncthing --no-browser
|
||||
start remapd
|
||||
|
|
|
@ -8,6 +8,11 @@ export EDITOR="nvim"
|
|||
export TERMINAL="st"
|
||||
export BROWSER="brave-browser"
|
||||
|
||||
# Locale
|
||||
export LANG=en_US.UTF-8
|
||||
export LC_MONETARY=de_DE.UTF-8
|
||||
export LC_TIME=de_DE.UTF-8
|
||||
|
||||
# Settings
|
||||
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# shellcheck disable=SC2142
|
||||
# sudo not required for some system commands
|
||||
for command in mount umount sv pacman xbps-install xbps-remove apt aptitude updatedb su shutdown poweroff reboot; do
|
||||
# shellcheck disable=SC2139
|
||||
command -v $command 1>/dev/null 2>&1 && alias $command="sudo $command"
|
||||
done
|
||||
unset command
|
||||
|
@ -17,7 +18,7 @@ alias \
|
|||
ffmpeg="ffmpeg -hide_banner" \
|
||||
grep="grep --color=auto" \
|
||||
diff="diff --color=auto" \
|
||||
nvidia-settings="nvidia-settings --config=$XDG_CONFIG_HOME/nvidia/settings" \
|
||||
nvidia-settings="nvidia-settings --config=\$XDG_CONFIG_HOME/nvidia/settings" \
|
||||
tldr="tldr -s"
|
||||
|
||||
# Colorize commands when possible.
|
||||
|
@ -31,7 +32,7 @@ alias \
|
|||
# These common commands are just too long! Abbreviate them.
|
||||
alias \
|
||||
ka="killall" \
|
||||
e="$EDITOR" \
|
||||
e="\$EDITOR" \
|
||||
z="zathura"
|
||||
|
||||
if command -v pacman 1>/dev/null 2>&1; then
|
||||
|
|
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -7,3 +7,27 @@
|
|||
.local/share/xkb/compiled/default
|
||||
.config/nvim/lazy-lock.json
|
||||
.config/lazygit/state.yml
|
||||
.local/sv/pipewire/supervise/lock
|
||||
.local/sv/pipewire/supervise/pid
|
||||
.local/sv/pipewire/supervise/stat
|
||||
.local/sv/pipewire/supervise/status
|
||||
.local/sv/pipewire-pulse/supervise/lock
|
||||
.local/sv/pipewire-pulse/supervise/pid
|
||||
.local/sv/pipewire-pulse/supervise/stat
|
||||
.local/sv/pipewire-pulse/supervise/status
|
||||
.local/sv/playerctld/supervise/lock
|
||||
.local/sv/playerctld/supervise/pid
|
||||
.local/sv/playerctld/supervise/stat
|
||||
.local/sv/playerctld/supervise/status
|
||||
.local/sv/session-dbus/supervise/lock
|
||||
.local/sv/session-dbus/supervise/pid
|
||||
.local/sv/session-dbus/supervise/stat
|
||||
.local/sv/session-dbus/supervise/status
|
||||
.local/sv/syncthing/supervise/lock
|
||||
.local/sv/syncthing/supervise/pid
|
||||
.local/sv/syncthing/supervise/stat
|
||||
.local/sv/syncthing/supervise/status
|
||||
.local/sv/wireplumber/supervise/lock
|
||||
.local/sv/wireplumber/supervise/pid
|
||||
.local/sv/wireplumber/supervise/stat
|
||||
.local/sv/wireplumber/supervise/status
|
||||
|
|
Loading…
Add table
Reference in a new issue