aboutsummaryrefslogtreecommitdiff
path: root/SXHkD
AgeCommit message (Collapse)Author
2024-09-08(SXHkD)+mode variable for EmacsAryadev Chavali
2024-09-08(SXHkD)+bind for hibernating systemAryadev Chavali
2024-09-08(SXHkD)+bind for qdisplayAryadev Chavali
2024-08-19(SXHkD)~(super -> shift)Brightness Up or DownAryadev Chavali
2024-06-23(Emacs|SXHkD)~Some small fixesAryadev Chavali
2024-05-08(SXHkD)-BSPWM configAryadev Chavali
Was left in case I ever came back to BSPWM for any reason. I've settled on DWM, particularly after some *extensive* modification, so I don't think I will.
2024-04-23(SXHkD)~brightness adjusts by 25, super+brightness adjusts by 5Aryadev Chavali
2024-04-20(Emacs/*)~cleaning upAryadev Chavali
2023-10-21(SXHkD)-super + shift + s bindingAryadev Chavali
Conflicts with new DWM binding for fibonacci layout.
2023-10-14(SXHkD)~Print now does a selected screenshotAryadev Chavali
ScrollLock already does the task of reconnecting the network: no reason to duplicate function. This is something I usually have to pop out a terminal for, so I may as well make a binding for it.
2023-08-20(SxHkD)~fixed issue with brightness keysAryadev Chavali
Forgot to end the command with a notify-send; the backslash looks for another command, fails to see one, then fails the command entirely.
2023-06-10(SXHkD)+xtrlock bindingsAryadev Chavali
2022-11-24(SXHkD)~change brightness commandsAryadev Chavali
2022-09-14(SXHkD|Scripts)~changed some detailsAryadev Chavali
~ made emacsclient calls with no alternate editors in eselect (confidence in server) ~ made notmuch option on eselect actually work properly ~ adjusted icons in status scripts
2022-07-28(SXHkD)+bindings,~linksAryadev Chavali
2022-01-18(SXHkD)-dev terminal launcher, ~screenshot commandAryadev Chavali
2022-01-09(SXHkD)+headerAryadev Chavali
2021-07-11(xboxdrv)+configurations to make the xbox controller a working mouseAryadev Chavali
Xbox controllers are cool, and the ton of buttons allow for a lot of customisation and ease of use. Hence I created an xboxdrv configuration which has the standard mouse capabilities as well as the ability to access an on screen keyboard and some basic media manipulation capabilities. This is mostly for when I want to sit back and just CONSOOM content rather than do actual work (hence trying to remove the keyboard).
2021-07-10(SXHKD)~basic editsAryadev Chavali
~pactl->pamixer to toggle mutes ~xdg-open search.aryadevchavali.com -> html.duckduckgo.com cos search.aryadevchavali.com is deprecated now
2021-07-06(General)~loads of commits, getting ready to port dotfiles to another machineAryadev Chavali
2021-05-06(Repo)~general changes that I cba to documentAryadev Chavali
2021-03-22(SXHkD)~Print -> super + shift + sAryadev Chavali
2021-03-12(SXHkD)~bindings related to music should use spotifyAryadev Chavali
2021-03-10(SXHkD)~playerctl controls instead of mpc based commandsAryadev Chavali
playerctl is a bit more generic and makes it easier to script interactions.
2021-02-28(SXHkD)+binding for xf86muteAryadev Chavali
2021-02-28(SXHkD)+binding for zathuraAryadev Chavali
2020-12-02(sxhkd)~change browser launcher to use xdg-defaultsAryadev Chavali
Use xdg-open to open a url which triggers the default browser of the system, instead of launching qutebrowser which may not exist on every computer.
2020-10-01(SXHkD)+passmenu options to super + p keybindingAryadev Chavali
As it uses dmenu, I can make it case insensitive and fuzzy matching.
2020-09-16+dmenu script for Emacs and eserver launchingAryadev Chavali
2020-08-28-super bind on XF86 audio binds: I can just use the audio keysAryadev Chavali
2020-08-17~xbacklight -> light programAryadev Chavali
2020-08-14~Function key keybinds replaced with super + function keysAryadev Chavali
2020-08-09~hyper -> super, caps -> escapeAryadev Chavali
Remove the hyper key bindings, setting them purely to super. After running pure Emacs with no leader bindings, I've found the use of Ctrl+g/Escape really painful (as well as the use of Ctrl for everything). I want to free the caps key (which was hyper) for use as escape.
2020-08-01+passmenu binding to sxhkdAryadev Chavali
This allows me to launch pass through dmenu and get passwords easily.
2020-07-15+sxhkd bind to open dev terminalsdx
I've added an option in dwm to place 'Dev' class terminals in the 5th workspace, so I've also added a bind to open dev class terminals easily.
2020-07-09+sxhkd bind to reload xprofiledx
2020-07-09~moved super + Escape bind to top of sxhkddx
2020-07-09+script to update dwmbar based on music changesdx
2020-07-07+printscreen launcherdx
2020-07-07~bspwm -> dwmdx
Moved back to dwm, commented out bspwm binds and reset xinit
2020-06-27~rearrange scriptsdx
2020-06-21+emacs chords to sxhkddx
hyper + q is the base chord from which these chords exist: 1) base + q - launch emacs 2) base + s - restart emacs server 3) base + d - launch dired
2020-06-21~clean up notify-senddx
2020-06-21+hyper a binding for dmenu_rundx
2020-06-11+bind for systemctl suspenddx
2020-06-10~refit sxhkd for bspwm and polybar, with notify-senddx
2020-06-10~dwm -> bspwmdx
dwm was giving me some issues, and it just wasn't fun to use anymore. So I switched to bspwm, which should have basically everything I need.
2020-06-10+simple dmenu script to change music in mpd playlistdx
Searches playlist via dmenu for a music track then plays it. Bound to hyper + m in sxhkd
2020-06-06~super + numbers -> functionk eysdx
Using the function keys, which aren't used usually, to: - set my standard volume - controlling mpd tracks - setting mpc volume directly
2020-06-06~use the alternative syntax in sxhkddx