Commit Graph

47 Commits

Author SHA1 Message Date
Storm Dragon
43067c0efe Fixed a couple of problems with screen brightness script. 2023-08-29 16:19:43 -04:00
Storm Dragon
4773bdae87 Screen brightness script added. 2023-08-29 16:14:11 -04:00
stormdragon2976
50f7bd809a Work on Sway support for the window lister. Unfortunately, most of the window IDs that get returned are "None" so you can't actually select the window, but it does list them now. 2023-06-14 02:05:36 -04:00
stormdragon2976
9c1ac5f7f3 Sound added for custom modes. Default mode sound should only play when switching back to the default mode now. This means we now have ratpoison mode sound, bypassmode sound, default sound for when no mode is being used other than default bindings, and custom, for when you add your on modes in the customizations file. 2023-06-01 15:47:10 -04:00
stormdragon2976
dca451c996 Workspace switching sound should now work correctly in Sway. 2023-06-01 15:20:52 -04:00
stormdragon2976
61cdfffc0d Window list should now work for sway. 2023-06-01 15:10:47 -04:00
stormdragon2976
8b30abc8b6 Bypass mode added. In this mode, all keys except the toggle bypass mode key, mod+shift+backspace, will be passed to the application. As far as I know, the toggle key should not conflict with anything. 2023-04-25 19:09:20 -04:00
stormdragon2976
390fc4c114 Fixed a bug in the run dialog. 2023-03-29 18:22:36 -04:00
stormdragon2976
71cd45f781 More work on the help display. 2023-03-29 00:47:07 -04:00
stormdragon2976
ccbb89e372 Added a help system. It is mod+shift+f1 or in ratpoison mode, ?. I tried to make it more readable, which took some doing, so if something is wrong with it please let me know. 2023-03-27 23:44:42 -04:00
stormdragon2976
5671b31715 Replacement for grun, added custom I38 run dialog instead. 2023-03-24 18:34:09 -04:00
stormdragon2976
a28cbc59ff Replacement for grun, added custom I38 run dialog instead. 2023-03-24 18:21:55 -04:00
stormdragon2976
93b7a1d835 Game controler battery status script added. This works with PS4 controlers by default, and probably other batteries if you set the path in the script itself. 2022-12-02 16:15:57 -05:00
stormdragon2976
33e9a0668e Added status to the output in the batteryzu script. fixed the shabang. Fixed formatting. 2022-12-01 16:36:06 -05:00
Aaron Hewitt
722a028c8f Actually applied the update properly. 2022-12-01 19:23:52 +00:00
Aaron Hewitt
9d664036a1 Updated battery status script to check for acpi and use if present 2022-12-01 19:12:07 +00:00
stormdragon2976
fc7b3b08cb Lowered sound of wordspace switching sound a bit. 2022-12-01 07:57:07 -05:00
stormdragon2976
f87f2e4268 Updated the battery status script. 2022-11-30 17:47:37 -05:00
ef41ad1238 Merge branch 'master' of https://github.com/aaron-gh/I38 into aaron-gh-master 2022-11-30 12:31:35 -07:00
aaron-gh
0255f94440 Removed zenity dependency and made battery status use speech dispatcher 2022-11-30 19:08:46 +00:00
7bffcda3b9 Fixed formatting of mute-unmute. 2022-11-30 09:39:06 -07:00
aaron-gh
21b785108f
Merge branch 'master' into master 2022-11-30 15:01:34 +00:00
aaron-gh
9651ff906c Added a script to check battery status 2022-11-30 14:11:51 +00:00
stormdragon2976
3d3fa8de95 new version of window_list.sh. Hopefully it works better than the previous version. It now uses window ID instead of title to set the focus. 2022-11-30 03:35:35 -05:00
stormdragon2976
70acde96ea make a bit of ear candy for workspace movement. Commented out original event in sound.py, we can remove it once this is well tested. 2022-11-30 02:25:23 -05:00
d20a1ef4a4 Added sounds and corrected exit bindsym 2022-11-26 21:30:15 -07:00
3082b05352 Added tones to unmuting, and volume changes 2022-11-26 20:51:54 -07:00
f17d32e189 More mute unmute scripts changes 2022-11-26 18:27:14 -07:00
4faea9059f Small change to mute-unmute script 2022-11-26 18:25:17 -07:00
Storm Dragon
97e2deeaf6 Volume keys added to ratpison mode. Notification daemon launched even with dex. 2022-11-26 18:30:13 -05:00
Storm Dragon
96fa9c3f3a Window list bound to apostrophe in ratpoison mode. 2022-11-25 02:35:58 -05:00
5d719984eb Added a mute-unmute script and binding to alt+mute key 2022-11-24 08:39:12 -07:00
Storm Dragon
1469fbccb9 Background sound playing so it doesn't stick when you do something that calls it until the sound ends. 2022-11-23 22:55:42 -05:00
Storm Dragon
e7d250adfe Music control script. 2022-11-23 21:44:03 -05:00
9ddc6e73d2 Added restart sound 2022-11-23 18:33:23 -07:00
Storm Dragon
da420e50bb Updated headers for scripts. 2022-11-23 20:25:29 -05:00
9f9d2b6bba Cleaned up sound script 2022-11-23 18:20:17 -07:00
Storm Dragon
12ceef2611 Fixed the if statement in sound script. 2022-11-23 20:15:36 -05:00
5b12bb0428 Fixed some cool things! 2022-11-23 18:06:56 -07:00
08ab5ae7cd Added window move sound. 2022-11-23 15:32:32 -07:00
57cc32e681 Added workspace sound. 2022-11-23 15:13:28 -07:00
Storm Dragon
3c955b70c2 Actually make the scripts executable... 2022-11-23 16:20:15 -05:00
5071d68864 Commented out mode detection code for later use; will still play sound on mode change 2022-11-23 14:10:22 -07:00
Storm Dragon
882009a092 Argument processing minimally in place. 2022-11-22 21:11:29 -05:00
12e6b4b664 Added working sound script. 2022-11-22 18:37:27 -07:00
49601a56be Updated sound script(still broken) 2022-11-22 16:25:06 -07:00
Storm Dragon
400722ca1d Nothing works yet, just holding my place befor actually getting started. 2022-11-22 17:53:53 -05:00