My dmenu specific scripts.
Go to file
2022-06-19 20:02:44 +02:00
dmenu-configs Updated scripts. 2022-04-22 12:48:51 +02:00
dmenu-dict Basic dictionary script. 2022-06-01 21:00:40 +02:00
dmenu-dl-manager Updated my scripts. 2022-04-05 16:59:13 +02:00
dmenu-file-handler Updated my scripts. 2022-04-05 16:59:13 +02:00
dmenu-games Better empty handling. 2022-05-27 17:32:44 +02:00
dmenu-kill Updated my scripts. 2022-04-05 16:59:13 +02:00
dmenu-link-handler Updated my scripts. 2022-04-05 16:59:13 +02:00
dmenu-pass Updated scripts. 2022-04-22 12:48:51 +02:00
dmenu-playerctl Script to choose which player to control when multiple open. 2022-06-19 20:02:26 +02:00
dmenu-power-menu Updated scripts. 2022-04-22 12:48:51 +02:00
dmenu-programs Updated my scripts. 2022-04-05 16:59:13 +02:00
dmenu-pulse-port-man Script that allows me to change whether the audio comes from the headphones or speaker without having to unplug them. 2022-05-22 19:37:41 +02:00
dmenu-retro Script to list my roms and then run them in a specific emulator. 2022-05-22 19:38:20 +02:00
dmenu-runner Script to run other dmenu scripts in path. 2022-06-19 20:02:44 +02:00
dmenu-ryzenadj Changed some parameters. 2022-06-10 11:30:04 +02:00
dmenu-ryzenadj-prof-manager Updated. 2022-06-19 20:02:03 +02:00
dmenu-screenshot Updated my scripts. 2022-04-05 16:59:13 +02:00
dmenu-usb-man Updated scripts. 2022-04-22 12:48:51 +02:00
dmenu-wifi Updated scripts. 2022-04-22 12:48:51 +02:00
dmenu-wiki Script to search arch wiki. 2022-06-10 11:30:38 +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.