Post-switch adjustments.

This commit is contained in:
Bartek Stalewski 2023-02-21 14:21:59 +01:00
parent 896fef83ec
commit e8e2fb2fb5
30 changed files with 2 additions and 2 deletions

2
_suckless/dmenu/dmenu_run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &