d393677f00Merge branch 'master' of git.stormux.org:storm/I38
Storm Dragon
2024-10-23 05:44:07 -0400
9b8932aca6Added the grayscale flag to mod+F5 command. This should speed it up quite a bit and make it more accurate for games.
Storm Dragon
2024-10-23 05:43:49 -0400
6cf1aac9deMerge branch 'master' of git.stormux.org:storm/I38
Storm Dragon
2024-07-13 18:55:55 -0400
3f7f7d7b21Fixed very chatty error messages on some systems with alsa.
Storm Dragon
2024-07-13 18:55:32 -0400
2c763ce6eaFixed links to licenses.
Jeremiah Ticket
2024-07-12 19:08:37 -0800
e68c898700Fixed a bug in the generation of the customizations file.
v2.2
Storm Dragon
2024-06-29 21:52:19 -0400
607e50294aUpdated the README.
Storm Dragon
2024-06-29 21:19:47 -0400
05cd390554The menu categories can now be expanded and collapsed without using shift, so just right arrow to expand and left arrow to collapse.
Storm Dragon
2024-06-29 20:49:18 -0400
c0b5c2ee29Menu categories should now display in alphabetical order.
Storm Dragon
2024-06-29 19:00:36 -0400
f5b34aa89cNew menu system for I38 that no longer relies on sgtk-menu.
Storm Dragon
2024-06-29 17:12:13 -0400
0c2b5c3e8bMake sure all files have the #!/usr/bin/env directive. Various bug fixes. Add license header to all files. If you read the logs, make sure to do i38 -u to get the new scripts. Be sure to regenerate the i3 config if you do not have the new bookmark feature which is bound to alt+control+b by default."
Storm Dragon
2024-06-14 21:53:21 -0400
c7cf3bff16Fixed a problem with bookmarks not being written to the correct file.
Storm Dragon
2024-06-13 00:30:46 -0400
6eece49afcFixed problems with bookmark script, added in control+alt+b keybinding.
Storm Dragon
2024-06-12 23:36:03 -0400
dd67bdf8a9Started work on bookmark functionality.
Storm Dragon
2024-06-12 22:56:44 -0400
92a9d57c05Notification sound if using xfce4-notifyd.
Storm Dragon
2024-05-14 23:35:55 -0400
ede8e1e11cPrefer xfce4 notofication daemon. It only works with latest orca from git currently, so fall back to notification-daemon if xfce4 notification daemon is not available but notoification-daemon is, otherwise no notifiactions at all.
Storm Dragon
2024-05-14 16:11:12 -0400
c8ea6ee9f8Fixed long standing bug of remind having more than one instance start if I3 was restarted.
Storm Dragon
2024-04-17 16:12:03 -0400
a27fda25f5Add google-chrome-unstable as an option for browsers.
Storm Dragon
2024-01-24 12:43:28 -0500
278ee7a581Updated the comment at the top of the i3 configuration file.
v2.1
Storm Dragon
2023-11-19 16:38:10 -0500
1b031229a7Removed lxpolkit because it was causing errors.
Storm Dragon
2023-10-30 16:55:07 -0400
e86f2d01f6Removed lxpolkit because it was causing errors.
Storm Dragon
2023-10-30 16:53:23 -0400
07ed90d4fcForgot to change the prompt to ask about the battery notifications.
Storm Dragon
2023-10-22 21:00:05 -0400
65e8c0636aAsk if the battery alert script is wanted during setup if acpi is installed.
Storm Dragon
2023-10-22 20:54:31 -0400
2e15449d9aFixed a bug with restarting remind on i3 restart. Fixed a bug with battery_alert not being loaded.
Storm Dragon
2023-10-15 11:58:33 -0400
8e9c2c8a7dUpdated the README.
Storm Dragon
2023-10-13 11:13:17 -0400
9b539d48abBattery alert script added for laptops. Provides both speech and sound alerts.
Storm Dragon
2023-10-11 19:39:26 -0400
aae01bff20Make sure any remind process is terminated before restarting i3. This prevents multiples of notifications from happening from multiple instances of the server.
Storm Dragon
2023-10-04 13:39:35 -0400
ef882604afSingle time remind option added.
Storm Dragon
2023-10-04 13:21:35 -0400
eb8fa44757Hopefully fix it so that notifications aren't limited any more.
Storm Dragon
2023-10-02 22:31:19 -0400
6063fac699Updated keyboard layouts, Thanks Didier for the changes.
Storm Dragon
2023-10-02 17:04:17 -0400
6f8b418e80Fixed a typo in the cancel button for daily reminders.
v2.0
Storm Dragon
2023-10-01 14:49:15 -0400
239d110f58Create ~/.reminders if remind is detected, this should hopefully prevent the daemon not running error that happens with new users.
Storm Dragon
2023-10-01 14:45:31 -0400
b24c0fad91Try to parse reminders for url, if found and xclip is installed, place the url in the clipboard and notify the reminder without the url. Much nicker for speech.
Storm Dragon
2023-10-01 02:17:38 -0400
00a89467fdSet the expire time on notifications so hopefully max notifications exceeded error doesn't happen any more.
Storm Dragon
2023-09-28 18:00:49 -0400
9c3cadd7dcDo not bind f to file browser in Ratpoison Mode if no file browser was found.
Storm Dragon
2023-09-28 09:45:10 -0400
ef030f9cd1Updated readme, explains how to set gtk sound theme.Jeremiah Ticket2023-09-28 06:58:08 -0600
e484405684Updated readme to include libcanberra as an optional dependency.Jeremiah Ticket2023-09-28 06:30:25 -0600
4d5abd5489Added login sound option, uses canberra-gtk-play if installed, if not doesn't ask.Jeremiah Ticket2023-09-28 06:27:39 -0600
cff7288c9eAdd daily reminder option added. A second option for viewing today's reminders added. It is view only, and does not contain the delete option like view all reminders has.
Storm Dragon
2023-09-27 01:35:06 -0400
b1f413660fFixed up formatting for hours, minutes, and day of month. Properly handle window close events using cancel or escape. Add monthly reminder option.
Storm Dragon
2023-09-26 21:49:35 -0400
1a0ad68ad2Merge branch 'master' of ssh://git.stormux.org/storm/I38Jeremiah Ticket2023-09-26 06:56:27 -0600
af77a60355Reminder dialog now handles pressing escape to close.
Storm Dragon
2023-09-24 14:21:27 -0400
80cb28dc10Simple reminder management gui added. For now, only simple recurring reminders can be added. I may try to add more options in the future. This was a bit complex, so watch for bugs and make sure your reminders actually work before depending on its reliability.
Storm Dragon
2023-09-24 13:40:22 -0400
2968bbe325Forgot to remove the background from the remind command. It's handled by the i3 config.
Storm Dragon
2023-09-22 00:50:52 -0400
15bf470616Started work on adding reminders.
Storm Dragon
2023-09-19 21:45:00 -0400
ea7450bb8bFixed a bug when opening a terminal with RP + c.
Storm Dragon
2023-07-05 20:43:30 -0400
50f7bd809aWork 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.
stormdragon2976
2023-06-14 02:05:36 -0400
1de8cde4cfUpdated optional applications list in the README.
stormdragon2976
2023-06-10 13:21:29 -0400
7ee783edebAdd ability to have removable storage auto mounted if udiskie is detected.
stormdragon2976
2023-06-07 00:15:13 -0400
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 -0400
dca451c996Workspace switching sound should now work correctly in Sway.
stormdragon2976
2023-06-01 15:20:52 -0400
61cdfffc0dWindow list should now work for sway.
stormdragon2976
2023-06-01 15:10:47 -0400
5851aec8b3Make the sway option use the sway version of sensible-terminal.
stormdragon2976
2023-06-01 14:48:52 -0400
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 -0400
9efa0b110dthis git push brought to you by my inability to type complete words.
v1.8
stormdragon2976
2023-04-09 21:48:11 -0400
c1278a81eework around for Void Linux weirdness.
stormdragon2976
2023-04-09 21:22:38 -0400
fa0c32297cAdded --no-startup-id to clipster because it fixes a problem for some users.
v1.7
stormdragon2976
2023-04-07 17:13:31 -0400
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 -0400
ec8aa3c00aModified prompt for using ratpoison mode to show that it is the recommended configuration.
stormdragon2976
2023-04-06 15:02:23 -0400
de95c4284aupdated the readme file.
stormdragon2976
2023-04-06 14:55:47 -0400
390fc4c114Fixed a bug in the run dialog.
v1.5
stormdragon2976
2023-03-29 18:22:36 -0400
71cd45f781More work on the help display.
stormdragon2976
2023-03-29 00:47:07 -0400
6702dc357bAdded control+g to exit ratpoison mode, so that it is more in line with ratpoison.
stormdragon2976
2023-03-28 19:56:08 -0400
a7f22597f1Fixed a bug in rp mode kill.
stormdragon2976
2023-03-28 19:43:00 -0400
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 -0400
73d16bde78Added emacs as an editor choice.
stormdragon2976
2023-03-28 00:38:57 -0400
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 -0400
8ce2e7eb32Updated the README.
stormdragon2976
2023-03-24 18:40:46 -0400
0e7125d2fcReplacement for grun, added custom I38 run dialog instead.
stormdragon2976
2023-03-24 18:40:01 -0400