summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-05 06:59:14 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-05 06:59:14 -0400
commit986996d6e1dd74c04bbf0e57d5ec8448bc9d2b6b (patch)
treea9ccb77c8a0d19e26558e20bc44f7b20df463327 /.xinitrc
parente371d9edd474bcf89cf5d462eaccb8638900b390 (diff)
Loads of setup maintenance (see comment)
Changes to be committed: modified: ../shortcutrc updated paths for scripts modified: sxhkdrc new setmastermonitor dwm command modified: ../vifm/vifmrc vifm icons only rely on Font Awesome deleted: ../../.local/bin/slendy deleted: ../../.local/bin/test.sh deleted: ../../.local/bin/tmux-mpsyt modified: ../../.profile removed remaps script (already in in xinitrc) modified: ../../.xinitrc added remaps scrript and added flashfocus flags modified: ../../.zshrc Removed ranger stuff (no longer needed)
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 0be1368..467eb12 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -6,16 +6,16 @@ blueman-applet &
pnmixer &
dropbox &
sxhkd &
-$SCRIPTS/remaps &
+remaps &
dunst &
protonmail-bridge --no-window &
xautolock -time 5 -detectsleep -locker slock &
picom -b &
-flashfocus &
echo "/tmp/imapsyncicon_$USER" | entr $SCRIPTS/cron/dwmbar &
echo "" > $HOME/.local/share/newsboat/queue
echo us > $HOME/.cache/layout
xrdb -load $HOME/.Xresources
$SCRIPTS/cron/dwmbar &
+flashfocus -n 30 -o 0.9 -v ERROR &
exec dwm
# vim:filetype=sh