diff --git a/.config/X11/xsession.d/80autostart b/.config/X11/xsession.d/80autostart index 20084c5ba..bb78969f9 100755 --- a/.config/X11/xsession.d/80autostart +++ b/.config/X11/xsession.d/80autostart @@ -18,3 +18,4 @@ start dunst start dwmblocks start remapd start syncthing --no-browser +start lf -server diff --git a/.config/lf/lfrc b/.config/lf/lfrc index ae19ba3fe..b3ca39ab9 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -64,11 +64,11 @@ cmd trash ${{ cmd rsyncto ${{ clear; tput cup $(($(tput lines)/3)); tput bold set -f - clear; echo "rsync to where?" + clear; echo -n "rsync -azvhP " read dest clear for x in $fx; do - eval rsync -aAXHv \"$x\" \"$dest\" + eval rsync -azvhP \"$x\" \"$dest\" done && notify-send "File(s) rsynced." "File(s) copies to $dest." }} @@ -185,8 +185,8 @@ map f fzfshortcutfiles map d fzfshortcutdirs map g fzfgrep map J $dir=$(sed -e 's/\s*#.*//' -e '/^$/d' -e 's/^\S*\s*//' ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs | fzf) && lf -remote "send $id cd $(eval echo $dir)" -map D trash -map delete +map D delete +map trash map T $trash-restore $PWD map extract map R rsyncto diff --git a/.local/src/dwm b/.local/src/dwm index eabf4d81b..26e5eef6a 160000 --- a/.local/src/dwm +++ b/.local/src/dwm @@ -1 +1 @@ -Subproject commit eabf4d81bdbb48773468a3c07dc2f4c462556d53 +Subproject commit 26e5eef6abf0171c1b6ee1abff83217c28c51073 diff --git a/TODO.md b/TODO.md index 1c9dfb692..880abd637 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,7 @@ - [ ] Create a better bitwarden integration - [ ] Create SSH autocompletions - [ ] add a messaging function to dotsync to warn for breaking changes +- [ ] look into a session manager # FIX - [ ] sb-playerctl trailing dash when no artist