summaryrefslogtreecommitdiff
path: root/bin/guiscripts/dmtofi
blob: 5cdc3cf0cf7cb5c895351073661f1690d75f12cd (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
if ! mv ~/bin/.dmenu ~/bin/dmenu 2>/dev/null
then
	mv ~/bin/dmenu ~/bin/.dmenu
	notify-send "dmtofi" "dmenu <b>enabled</b>!"
else
	notify-send "dmtofi" "dmenu <b>disabled</b>!"
fi