My dmenu specific scripts.
Go to file
2022-08-22 08:33:29 +02:00
dmenu-configs updated configs. 2022-08-22 08:31:55 +02:00
dmenu-dict Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-dl-manager Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-file-handler Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-games Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-kill simplified the kill script. 2022-08-01 17:51:24 +02:00
dmenu-link-handler Added support for a custom dmenu runner. 2022-07-09 19:13:31 +02:00
dmenu-pass Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-playerctl added slock support. 2022-08-01 17:51:43 +02:00
dmenu-power-menu Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-programs Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-pulse-port-man added program mute toggle. 2022-08-01 17:52:05 +02:00
dmenu-retro Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-runner Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-ryzenadj use another project for better profile support. 2022-08-22 08:32:36 +02:00
dmenu-ryzenadj-prof-manager Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-screenshot Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-share Exit when no file selected. 2022-07-22 18:25:25 +02:00
dmenu-transmission transmission control script for dmenu. 2022-08-22 08:33:29 +02:00
dmenu-usb-man Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-wifi Using a config made dmenu. 2022-07-17 11:03:13 +02:00
dmenu-wiki 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.