Merge branch 'main' of https://git.snaile.de/luca/dotfiles
This commit is contained in:
commit
03082c8894
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
start() {
|
||||
pidof -sx $1 || $@ &
|
||||
pidof -sx $1 || setsid $@
|
||||
}
|
||||
|
||||
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg" &
|
||||
|
@ -17,4 +17,4 @@ start unclutter -noevents
|
|||
start dunst
|
||||
start dwmblocks
|
||||
start remapd
|
||||
start syncthing
|
||||
start syncthing --no-browser
|
||||
|
|
|
@ -202,9 +202,10 @@ map <enter> shell
|
|||
map x $$f
|
||||
map X !$f
|
||||
map o open-with
|
||||
map a push A<c-a> # at the very beginning
|
||||
map i push A<a-b><a-b><a-f> # before extension
|
||||
map c push A<c-u> # new rename
|
||||
map a :rename; cmd-home # rename from beginning
|
||||
map r :rename; cmd-end # rename from end
|
||||
map i :rename # before extension
|
||||
map c push r<c-u> # new rename
|
||||
map B bulkrename
|
||||
map b dupe
|
||||
map u :clear; unselect
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5ba5d448afb89b980cfa39ffbe1f9fafd46bf988
|
||||
Subproject commit db26d33fe6d0f91bf058f175743e2adeac7f9ea3
|
|
@ -1 +1 @@
|
|||
Subproject commit 7e603bf23161c74b8525b9dc3342f09089151e10
|
||||
Subproject commit 8812cace6b51f5982e66f8feca37bff43a2fcd2b
|
Loading…
Reference in New Issue