aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/xstart_dwm7
-rwxr-xr-x.profile2
2 files changed, 5 insertions, 4 deletions
diff --git a/.local/bin/xstart_dwm b/.local/bin/xstart_dwm
index bf1ec4a..4e74ff1 100755
--- a/.local/bin/xstart_dwm
+++ b/.local/bin/xstart_dwm
@@ -1,12 +1,11 @@
#!/bin/sh
+dunst &
+status -d &
+
while true; do
# Log stderror to a file
- dunst &
- st cmus &
- dwmblocks 2>&1 > /dev/null &
dwm 2> ~/.cache/dwm.log
- killall dwmblocks
# No error logging
#dwm >/dev/null 2>&1
done
diff --git a/.profile b/.profile
index e6a998f..ec82ff2 100755
--- a/.profile
+++ b/.profile
@@ -31,6 +31,8 @@ alias gpg2='gpg2 --homedir "$XDG_DATA_HOME/gnupg"'
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
alias mbsync='mbsync -c "$XDG_CONFIG_HOME"/isync/mbsyncrc'
alias v='nvim'
+alias fmount='udisksctl mount -b'
+alias funmount='udisksctl unmount -b'
export LESSHISTFILE="$XDG_CACHE_HOME/less/history"
export MYSQL_HISTFILE="$XDG_DATA_HOME/mysql/history"