My dmenu specific scripts.
Go to file
2023-01-09 21:48:41 +01:00
dmenu-browser Prompt to open up your browser with a provided search. 2022-12-12 20:11:13 +01:00
dmenu-buku Add delete option. 2023-01-05 20:02:45 +01:00
dmenu-configs Change editor command. 2023-01-05 20:03:28 +01:00
dmenu-games Made scripts more readable by moving most logic to functions. 2022-11-04 14:54:08 +01:00
dmenu-keepassxc Add ability to copy the entry. 2023-01-03 17:10:21 +01:00
dmenu-kill Made scripts more readable by moving most logic to functions. 2022-11-04 14:54:08 +01:00
dmenu-link-handler Run program in detached from terminal, and have mpv no video option. 2022-12-12 20:12:16 +01:00
dmenu-pass Made the script dash compatible. 2022-10-30 16:07:16 +01:00
dmenu-playerctl Made scripts more readable by moving most logic to functions. 2022-11-04 14:54:08 +01:00
dmenu-power-menu Made scripts more readable by moving most logic to functions. 2022-11-04 14:54:08 +01:00
dmenu-runner Made scripts more readable by moving most logic to functions. 2022-11-04 14:54:08 +01:00
dmenu-ryzenadj Use insensitive case. 2023-01-09 21:48:41 +01:00
dmenu-screenshot Made scripts more readable by moving most logic to functions. 2022-11-04 14:54:08 +01:00
dmenu-share Replace find with fd. 2022-11-28 13:42:35 +01:00
dmenu-transmission Made scripts more readable by moving most logic to functions. 2022-11-04 14:54:08 +01:00
dmenu-usb-man Made scripts more readable by moving most logic to functions. 2022-11-04 14:54:08 +01:00
dmenu-wifi Using a config made dmenu. 2022-07-17 11:03:13 +02:00
LICENSE Initial commit 2021-03-13 17:43:30 +01:00
README.md Updated my readme. 2021-03-13 18:24:19 +01:00

Welcome to my dmenu scripts repository

dmenufilehandler

A very simple script that uses the find command to list all the file and diretory's in a given path. After selecting one of the files or directory it will open it in your preferred program using xdg-open.

example

dmenufilehandler ~/Videos/Anime

dmenulinkhandler

A script that uses case to let you choose from a set of programs to open a link that you want in the desired one. Used in my newsboat config.

Programs used in this script are mpv, environmental variable BROWSER, copying url using xclip and opening the url using w3m.

example

dmenulinkhandler gnu.org

dmenupass

A scripts that echoes your input into the terminal. Used mostly when asked for sudo password.

dmenupowermenu

A dmenu power menu script that I use in any tiling wm. You can only shutdown or reboot, but you can add more options if you want.

dmenuryzenadj

A dmenu script that uses ryzenadj to lower my Ryzen laptop processor speed so that it doesn't go hot. Only good if you have Ryzen 5 3550H, any other cpu could die using these settings.

dmenuscreenshot

A script that uses maim to take fullscreen or selected area screenshot or maim + xdotool for the active window. It can also copy screenshots to directly using xclip. It saves screenshot's into the '~/Pictures/screenshots' directory.