Your Latest Workflow Improvement - Desktop Customization & Workflow
Users browsing this thread: 19 Guest(s)
|
|||
I'm sure that these are horrible. But I thought I would share a couple scripts that might fit in here.
Earlier in the thread a window selecter had been mentioned, I've been using this for quite some time now. It depends on wmctrl and wmutils, but you can substitute most of it honestly. Although using wmctrl allows one to see the window id, workspace, and title all at once. Code: #!/bin/sh I also made a conversion script, since units didn't play well with dmenu. But found it gets all of google's quick instant answers, like what time is it in ___ city, country, etc. Code: #!/bin/sh I also spent quite some time working on a bookmarks dmenu for my firefox and vimb bookmarks, titles display in dmenu, then launch in vimb. I had to re-enable the creation of bookmarks.html in about:config. And both use an automated a sed command to remove a lot of dumb reformatting. I don't miss tabs at all, and now use rtv instead of the browser. Lastly I couldn't survive without the "keyword" function I picked up from firefox, that I use in vimb as "shortcuts" like duckduckgo bangs. Edited a bunch of times because I forgot shit, then shortened. |
|||