9c1ac5f7f3Sound 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.
stormdragon2976
2023-06-01 15:47:10 -04:00
dca451c996Workspace switching sound should now work correctly in Sway.
stormdragon2976
2023-06-01 15:20:52 -04:00
61cdfffc0dWindow list should now work for sway.
stormdragon2976
2023-06-01 15:10:47 -04:00
5851aec8b3Make the sway option use the sway version of sensible-terminal.
stormdragon2976
2023-06-01 14:48:52 -04:00
8b30abc8b6Bypass 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.
stormdragon2976
2023-04-25 19:09:20 -04:00
9efa0b110dthis git push brought to you by my inability to type complete words.
v1.8
stormdragon2976
2023-04-09 21:48:11 -04:00
c1278a81eework around for Void Linux weirdness.
stormdragon2976
2023-04-09 21:22:38 -04:00
fa0c32297cAdded --no-startup-id to clipster because it fixes a problem for some users.
v1.7
stormdragon2976
2023-04-07 17:13:31 -04:00
c6f97648c3Found and fixed a bug in non ratpoison mode. It was creating a shit ton of conflicting keybinds.
v1.6
stormdragon2976
2023-04-06 16:10:03 -04:00
ec8aa3c00aModified prompt for using ratpoison mode to show that it is the recommended configuration.
stormdragon2976
2023-04-06 15:02:23 -04:00
de95c4284aupdated the readme file.
stormdragon2976
2023-04-06 14:55:47 -04:00
390fc4c114Fixed a bug in the run dialog.
v1.5
stormdragon2976
2023-03-29 18:22:36 -04:00
71cd45f781More work on the help display.
stormdragon2976
2023-03-29 00:47:07 -04:00
6702dc357bAdded control+g to exit ratpoison mode, so that it is more in line with ratpoison.
stormdragon2976
2023-03-28 19:56:08 -04:00
a7f22597f1Fixed a bug in rp mode kill.
stormdragon2976
2023-03-28 19:43:00 -04:00
530c9e5073Kill window shortcut added to ratpoison mode as k. Comments should show up now that did not before in the config file.
stormdragon2976
2023-03-28 18:43:13 -04:00
73d16bde78Added emacs as an editor choice.
stormdragon2976
2023-03-28 00:38:57 -04:00
ccbb89e372Added 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.
stormdragon2976
2023-03-27 23:44:42 -04:00
8ce2e7eb32Updated the README.
stormdragon2976
2023-03-24 18:40:46 -04:00
0e7125d2fcReplacement for grun, added custom I38 run dialog instead.
stormdragon2976
2023-03-24 18:40:01 -04:00
5671b31715Replacement for grun, added custom I38 run dialog instead.
stormdragon2976
2023-03-24 18:34:09 -04:00
a28cbc59ffReplacement for grun, added custom I38 run dialog instead.
stormdragon2976
2023-03-24 18:21:55 -04:00
ce5f632bfcFixed a bug where i3's mod key was being automatically set to super if a ratpoison mode key was not selected.
stormdragon2976
2023-03-24 17:29:18 -04:00
2953ecd157Added dex to package list. It's an optional alternative for automatically launching applications when i3 starts.
stormdragon2976
2023-03-19 17:25:25 -04:00
64cffc7fc7Added i3-wm to dependency list because it's surprisingly easy to forget to install it.
stormdragon2976
2023-03-04 17:37:21 -05:00
e0ac69b66eUpdated ocrdesktop to use -b for faster recognission. Added mod+r in ratpoison layer for those who don't have a prinnt key.
v1.4
Jeremiah Ticket2023-02-05 09:36:56 -07:00
689b997daeAdded keybinding to ratpoison mode to launch a terminal.
stormdragon2976
2023-01-23 12:34:58 -05:00
1a0daf36a8Ever had an old discman? I certainly did. Now music related keys apart from music volume beep, just like that discman you had back in the late 90s and early 2000s!Jeremiah Ticket2022-12-23 05:27:33 -07:00
29e941e3d5Experimental support for sway added with the -s flag.
stormdragon2976
2022-12-15 07:23:07 -05:00
e1043e982dFixed unneeded mode defaults in non-rp mode removed unnecessary } at end of non-rp mode bindingsJeremiah Ticket2022-12-13 19:43:55 -07:00
ac1464d965Added volume beep to all system volume changes. Corrected typos for volume Jump variable. Moved some things around in the written config file to be more consistant with placement.Jeremiah Ticket2022-12-12 17:43:30 -07:00
6e7e845a6cAdded setting to keep mouse in current window and not change focus.Jeremiah Ticket2022-12-10 00:07:50 -07:00
93b7a1d835Game 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.
stormdragon2976
2022-12-02 16:15:57 -05:00
176bb60292Add a check for the python i3ipc library.
stormdragon2976
2022-12-02 15:21:19 -05:00
3aa6da5170Updated the README.
stormdragon2976
2022-12-02 15:09:40 -05:00
33e9a0668eAdded status to the output in the batteryzu script. fixed the shabang. Fixed formatting.
stormdragon2976
2022-12-01 16:36:06 -05:00
722a028c8fActually applied the update properly.
Aaron Hewitt
2022-12-01 19:23:52 +00:00
9d664036a1Updated battery status script to check for acpi and use if present
Aaron Hewitt
2022-12-01 19:12:07 +00:00
3f2e20980eRemoved mode default for all non-ratpoison bindings.Jeremiah Ticket2022-12-01 09:43:08 -07:00
fc7b3b08cbLowered sound of wordspace switching sound a bit.
stormdragon2976
2022-12-01 07:57:07 -05:00
f87f2e4268Updated the battery status script.
stormdragon2976
2022-11-30 17:47:37 -05:00
bd88e966deFixed a bug in the configuration writing section that caused the config file to be all kids of screwed up.
stormdragon2976
2022-11-30 17:16:04 -05:00
a39d145043Fixed a bug in the yesno dialog that was causing it to always respond yes. I must be pretty good at guessing default layouts for no one to have found this yet lol. Added a non-ratpoison binding option. It needs the testing love.
stormdragon2976
2022-11-30 16:42:18 -05:00
b2fb488652Moved the part that writes brlapi stuff outside the sound if statement, not sure why it was there in the first place, I must have needed more coffee...
stormdragon2976
2022-11-30 15:22:14 -05:00
9d64d98a77Added a check to prevent both ratpoison key and default mode key from being set to Super (Mod4)
aaron-gh
2022-11-30 14:45:44 +00:00
0a2e56a3feUpdated config to include command (mod+Control+b) to get battery status.
aaron-gh
2022-11-30 14:22:04 +00:00
86eeb91e8dUpdated dependency list with zenity for battery status script
aaron-gh
2022-11-30 14:14:06 +00:00
9651ff906cAdded a script to check battery status
aaron-gh
2022-11-30 14:11:51 +00:00
3d3fa8de95new 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.
stormdragon2976
2022-11-30 03:35:35 -05:00
db9c7732c4Merge branch 'master' of github.com:stormdragon2976/I38
stormdragon2976
2022-11-30 02:29:51 -05:00
70acde96eamake a bit of ear candy for workspace movement. Commented out original event in sound.py, we can remove it once this is well tested.
stormdragon2976
2022-11-30 02:25:23 -05:00
1469fbccb9Background sound playing so it doesn't stick when you do something that calls it until the sound ends.
Storm Dragon
2022-11-23 22:55:42 -05:00