dmenu examples

dmenu is a powerful tool, you can work with demnu in different ways. For example to run scripts, like a file manager, to take little notes or ideas.

Here are some examples to show what **dmenu** can do

Like File Manager

This little dmenu script than I use it to open and edit my scripts

I use the same script for different directories, I just change the path to a different directory.

Or maybe you want the full home directory

To Run Scripts

Let's say that you want to push some files to a home/remote server or connect it via ssh, in this example I use ssh and rsync

This is just a very simple example of how dmenu can be use to automated your work flow. The options are endless to work with dmenu, the example below is to reboot/shutdown you computer using dwm

The last two are almost the same structure but they do different process.

Another example, this one is to add torrents to my home server. It use tremc, notify to connect to the server and add the torrent

You can pip into dmenu almost what ever you want, play around with it!

Check suckless.org for more scripts

----------

Home

Linux

Notes

MicroLog

----------

© DarknessCode