aboutsummaryrefslogtreecommitdiff
path: root/extras
Commit message (Collapse)AuthorAge
* Add right click to move current window to a workspace.Josh Rahm2022-04-11
|
* Add clickable workspaces to XMobar.Josh Rahm2022-04-11
| | | | | | | | | | | | This is using xdotool to send a keystroke, which is not the best way to do this. In fact, a proper server protocol would be better, but this is how it is at the momement unfortunately. There is a problem where trying to use xdotool to send a key for a multibyte character will cause all events to freeze on XMonad for some reason, so these actions are guarded so only 'a-zA-Z0-9' are clickable and the rest are not, which is /okay/, I don't use unicode workspaces that often.
* Merge branch 'v017' of josher.dev:rde into v017Josh Rahm2022-03-18
|\
| * Minor fixes to weather and bluetooth scripts.Josh Rahm2022-03-18
| |
| * Better mediaJosh Rahm2022-01-17
| |
| * add more emoticons. Fix emoticon script.Josh Rahm2022-01-16
| |
| * Support for subdirectories in LibraryJosh Rahm2022-01-13
| |
* | Merge branch 'v017' of josher.dev:rde into v017Josh Rahm2022-01-14
|\|
| * Added library-view.sh and bound it to <C-z>oJosh Rahm2022-01-13
| |
| * added more emoticonsJosh Rahm2022-01-12
| |
| * Add NERD font glyphs to unicode selectorJosh Rahm2022-01-11
| |
| * added more emoticonsJosh Rahm2022-01-11
| |
| * Better Rofi integrationJosh Rahm2022-01-11
| |
| * changes to rofi configJosh Rahm2022-01-10
| |
* | Merge branch 'v017' of josher.dev:rde into v017Josh Rahm2022-01-10
|\|
| * minor changes to rofi configJosh Rahm2022-01-10
| |
| * minor changes with rofiJosh Rahm2022-01-10
| |
| * Convert run menus over to Rofi.Josh Rahm2022-01-10
| | | | | | | | This makes things prettier and rofi is more feature rich than DMenu.
| * Add emoticon-select.Josh Rahm2022-01-10
| | | | | | | | | | | | It's the same as emoji select, but with emoticons. Key bound to <C-z>E (capital E, as opposed to <C-z>e for emojis)
| * Change the Prompt for setting the sink.Josh Rahm2022-01-10
| |
| * Change set-sink.shJosh Rahm2022-01-10
| | | | | | | | | | | | | | | | | | | | Before this script would use the PID of the current window to infer the input to switch. However some frontends use a daemon to output the sound, so it doesn't work in that case. Instead, now, set-sink will prompt the user to select the active sink to switch. If there is only one active sink it will automatically move that one.
| * If rofi is installed on the system, use that for emoji selection. Rofi has ↵Josh Rahm2022-01-10
| | | | | | | | much better unicode support than dmenu. I might switch over to it at some point.
| * Add script to set the PulseAudio sink for the current window.Josh Rahm2022-01-10
| | | | | | | | | | | | | | | | | | This binding is set to <C-z>a. It creates a dmenu prompting the user to select which output device the current application should send audio to. In the future I might create an analog for input devices, but as things stand, I change input so much more infrequently that pavucontrol is probably fine for that.
| * For the work laptop, fix it so that picom does not run with multiple ↵Josh Rahm2022-01-10
| | | | | | | | monitors (it slows things down way too much)
* | merged.Josh Rahm2022-01-10
|/
* minor aesthetic changesJosh Rahm2021-12-29
|
* Add dimming to bluetooth-selectJosh Rahm2021-11-29
|
* Added Emoji select.Josh Rahm2021-11-29
| | | | | | The fonts still leave much to be desired. Unfortunately dmenu2 does not support fallback fonts from what I can tell, and dmenu1 doesn't support all the nice features dmenu2 supports. Oh well.
* Add some changes.Josh Rahm2021-11-29
| | | | | | | 1. Make the spotify control work for both Spotify and Spotifyd 2. Xmobar weather not break xmobar when not connected to the internet 3. Add g<space> keybinding to go to the toogle-cased version of the current workspace.
* Added some better support for Void Linux.Josh Rahm2021-11-24
| | | | | | | | | Void Linux doesn't have spotify in its official repos. Going with open source solutions, I can use spotifyd, but had to hack my spotify-control scripts to get it to work. Void linux also puts all its binaries in /bin for some reason. Not sure I like that, but I had to change the DMenu module to support that.
* Some changes to comptonJosh Rahm2021-11-16
|
* Minor changes to xmobar. C-S-q now restarts xmonad.Josh Rahm2021-11-10
|
* minor fixes and whatnotJosh Rahm2021-11-08
|
* Merge branch 'master' of github.com:jrahm/xmonad-jrahmJosh Rahm2021-11-06
|\
| * Fix more things with the weather.Josh Rahm2021-11-05
| |
| * Add my own xmobar-weather perl script.Josh Rahm2021-11-05
| | | | | | | | | | The builtin xmobar weather is not feature rich enough. My new script will change icons depending on the time of day.
* | Clean up spotify-control script.Josh Rahm2021-11-04
|/
* Make inactive bluetooth the same color as everything elseJosh Rahm2021-11-04
|
* update xmobar config. Can't quite make up my mind.Josh Rahm2021-11-04
|
* Remove extra log. Change trunc to be TCO-able.Josh Rahm2021-11-04
|
* Killed Dependency on Cairo. Vastly improved layout experience.Josh Rahm2021-11-03
|
* Added MosaicAlt Layout. Changed weather icon to use moon icon for 'clear'Josh Rahm2021-11-03
|
* Synchronize with the look on photonJosh Rahm2021-11-02
|
* More XMobar sexiness.Josh Rahm2021-11-02
| | | | | Revamped the install script to make it easier to handle the install process.
* Added ability to swap workspaces.Josh Rahm2020-02-21
|
* Added spotify-control to the extrasJosh Rahm2020-02-21
|
* Added some companion files to make things easier when bootstrapping a new deviceJosh Rahm2020-02-21