02e8472147
Fixed a bug in run dialogue that could cause some applications to close as soon as they open.
master
Storm Dragon2026-08-03 14:34:16 -04:00
ebe9cdb4e0
Make I38's ocr compatible with older versions of pillow.
Storm Dragon2026-07-27 18:45:40 -04:00
2b338e44c6
Help page refactored. the example page received only positive feedback, so I guess it's good to go.
Storm Dragon2026-07-20 00:22:07 -04:00
19e1d458a3
Added -d and -D flags to generate a default I38 setup. -D also creates the .xinitrc and .xprofiles. This is basically a silent mode with no prompts and uses the items it finds with other sane defaults, e.g. alt+escape for RP mode and control+escape for personal mode.
Storm Dragon2026-06-28 14:02:56 -04:00
d3fb549fd1
Detailed battery status is now presented in a dialogue. Quick battery status should actually work now.
Storm Dragon2026-06-21 23:28:49 -04:00
65a03eb441
Fixed a bug in the run dialogue script.
Storm Dragon2026-06-12 12:03:36 -04:00
eac601d5b2
Add extra folder with dependency resolver scripts. Eventually this will cover several distributions, but for now Arch only.
Storm Dragon2026-06-05 11:52:03 -04:00
5fd51c61a3
Support for a fork of i3lock called i38lock added. In stormus, install i38lock. To build from source, https://git.stormux.org/storm/i38lock This is more secure than the pin implementation but it remains available.
Storm Dragon2026-06-02 22:15:03 -04:00
e5bd73213d
Brand new run dialogue. This hasn't been updated all that much since the days of Strychnine. It's time for some modernizations. I think it's much improved, but if y'all hate it let me know and I'll either fix or revert it.
Storm Dragon2026-06-01 16:44:15 -04:00
1a2252d8de
Initial low vision features added. xzoom needs to be installed for magnification. This first implementation is probably terrible, feedback welcome for improvement. Screen lock can now happen when I38 starts. As a reminder, it's not as secure as one of the system lockers, but it is screen reader accessible and should keep casual snoopers thwarted.
Storm Dragon2026-05-20 03:25:28 -04:00
7ef49290ea
Fixed a small bug in the update notification script and how it was launched.
Storm Dragon2026-05-16 19:33:22 -04:00
9859cc348b
New update notification for if I38 is out of date.
Storm Dragon2026-05-16 18:10:19 -04:00
3a9c2ab6f1
Sway support removed. Moved I38 specific scripts out of the branch covered by dex.
Storm Dragon2026-05-14 21:18:02 -04:00
45eb3ae4fc
Autolock option for screen lock. Requires xprintidle to work.
Storm Dragon2026-05-14 16:10:03 -04:00
695e046d75
Replaced clipster with built in clipboard manager.
Storm Dragon2026-05-13 17:58:39 -04:00
14b0a27c2f
Improved terminal selection. Added support for xterm with Fenrir if desired.
Storm Dragon2026-05-07 14:25:05 -04:00
b34d7dc2e3
Rocord your desktop audio with mic then convert to video for easy upload to video sites. Keybinding, in ratpoison mode, alt+shift+R. Tis key toggles recording on and off. When recording is finished, conversion has a beeping progress bar then presents a dialogue when finished with the file path. Standard arrow navigation works for reading the file path, and it can be copied to the clipboard. The mix might be a little weird, just let me know, I can tweak the numbers some more, but it sounded ok in my tests.
Storm Dragon2026-03-05 23:53:17 -05:00
f635091992
Fixed a bug in generated .xinitrc files. Make sure xprofile variables are up to date.
Storm Dragon2026-03-01 18:00:12 -05:00
7d37222d54
To add quick launch options to your desktop shortcuts edit ~/.config/i3/desktop_shortcuts. the file is commented with examples.
Storm Dragon2026-02-16 16:44:20 -05:00
9a4459e3e2
Experimental support for focusing the game when launched through Steam. Problem, Steam launches in full screen. It's games launch behind it so they do not take focus. Second problem, even if they do take focus, the game is most likely not a winow Orca can see, so it thinks it's still in the Steam client meaning you can get orca trying to read Steam while playing the game. Solution, watch for Steam child window spawns. Create a small blank window that times out quickly and focus it. Move focus to the Steam child window which will be the game. It has worked for everything thus far.
Storm Dragon2025-12-30 23:11:11 -05:00
c9d35a06ad
Steam detection added, bound to s in rp mode.
Storm Dragon2025-12-30 16:52:00 -05:00
f1a882b8b1
Screen lock and power management now native I38 scripts. Removed customizations and added a personal mode template option instead. This means things added by users should not be removed on updates.
Storm Dragon2025-12-23 18:47:21 -05:00
b4578e0035
Updates to the ai app. Should get better responses that read automatically when they arrive.
Storm Dragon2025-12-09 12:23:08 -05:00
748fcde0b8
Added xdotool to dependencies because it is now required for the watchdog.
Storm Dragon2025-12-09 10:15:50 -05:00
4eebbf2bed
Finally tracked down and came up with a work around for that weird bug. Sometimes i3's input gets into a weird state, I think because some windows either don't close properly or move the focus somewhere it shouldn't be. Either way it breaks keyboard input completely even though i3 itself is fine. Added a watchdog to check for this condition and reset i3 if it happens. Sure, your desktop may pop up but it beats the hell out of a frozen GUI.
Storm Dragon2025-12-09 08:27:12 -05:00
3fb76772ab
A couple fixes to git management for pass.
Storm Dragon2025-12-09 07:05:51 -05:00
390b31d2c5
Merge branch 'master' of ssh://git.stormux.org:1101/storm/I38
Storm Dragon2025-12-09 05:36:35 -05:00
40058ce560
Potential fix for i3 sometimes locking up when managing windows, particularly on closing.
Storm Dragon2025-12-09 05:36:20 -05:00
cdeadcc13c
Fix up the measurement for CPUS.
hjozwiak2025-12-08 08:25:09 -05:00
e1d6b71121
Fixed some shellcheck errors. Added the ability to save answers to i38 questions thereby making future configuration regeneration much easier.
Storm Dragon2025-12-06 20:09:53 -05:00
fc3a2abb51
update sounds so modes can have unique exit sounds.
Storm Dragon2025-12-06 19:07:15 -05:00
1faa691e19
Added a dialog to configure git sync with pass.
Storm Dragon2025-12-06 05:03:45 -05:00
9d0994c430
Fixed a bug with keeping existing waytray configuration.
Storm Dragon2025-12-06 04:34:12 -05:00
0e2d9ca736
Password manager using pass added to pannel bound to m. Needs testing but seems to work well.
Storm Dragon2025-12-06 04:28:54 -05:00
63fcf8e283
Battery was suposed to be in panel, fixed that. Added support for waytray.
Storm Dragon2025-12-05 16:30:59 -05:00
00f3c93594
Detect and use irc clients if available.
Storm Dragon2025-12-02 22:32:22 -05:00
f6f164d8bd
Updated the system information script. Changed decimal places for memory to 1, added in list of top 5 memory users.
Storm Dragon2025-12-02 21:21:17 -05:00
c19700b089
Updated README to make the libcanberra information less confusing. Removed it as a dependency for I38 because it's not actually required for I38 functionality itself.
Storm Dragon2025-12-02 13:20:28 -05:00
10386114fc
Some experimental changes. Mode aware help added. Boosted the original help document so that it contains the keybindings. Fixed super key for rat poison mode, you have to choose super_l or super_r.
Storm Dragon2025-12-02 00:14:43 -05:00
9999306675
Fixed a bug causing control+space to not work as an rp mode binding. Added f1 in rp mode to open the first run I38 help page.
Storm Dragon2025-12-01 17:10:12 -05:00
63be4fc9e7
tightened up Sway support. There shouldn't be any bugs, but with something like this you never know. I3 users should certainly not encounter any bugs from these changes, please yell if something weird happens.
Storm Dragon2025-12-01 02:24:20 -05:00
fa9a6f3c7d
Removed control as a top level keybinding option. Added user defined mod key to quit i3 keybinding so now control+mod+q instead of control+q.
Storm Dragon2025-11-30 21:55:01 -05:00
365d7ec37b
Experimental way to add applications to ratpoison modd during I38 configuration. Removed transfer.sh because I think it's dead.
Storm Dragon2025-06-15 02:45:12 -04:00
fdc2fdc41d
Ocr now copies detected text to the clipboard.
Storm Dragon2025-05-31 20:13:34 -04:00
65e6dcf980
Removed ocrdesktop dependency. I38 now handles OCR with a much smaller, simpler and faster program.
Storm Dragon2025-05-12 06:07:03 -04:00
09e21e297c
Added ability to have applications start in the scratchpad.
Storm Dragon2025-04-15 18:31:32 -04:00
7ce6e3d10b
Updated the readme. Added power options to the panel mode. It relies on lxsession being installed and is optional, so not necessary for those who prefer to shutdown from the command line.
v3.0
Storm Dragon2025-04-08 19:20:39 -04:00
002c5ce1d7
Totally revamped the alt+f1 menu system. I think this is much better than the old version, and it also fixes a bug where the old menu didn't close when something was selected. It is experimental, and can be removed if people prefer the old menu, just let me know.
Storm Dragon2025-04-08 06:02:15 -04:00
70f3cc749e
Bluetooth added using blueman if installed. Updated the first run documentation.
Storm Dragon2025-04-08 04:36:45 -04:00
ebe5dcf404
Remind moved to the panel, Ctrl+Alt+tab, r.
Storm Dragon2025-04-07 15:18:34 -04:00
f41741866a
A simple notes system added for the panel, I38 notes.
Storm Dragon2025-04-07 15:08:11 -04:00
dc8f832840
Reworked the panel. Now it's a mode, like ratpoison mode. New items include panel mode w for weather, and panel mode s for system information. More coming if this turns out to work well. New dependencies added to readme.
Storm Dragon2025-04-06 19:40:55 -04:00
72721abb22
Toggle screen reader is now a gui, so you can see which one is currently running and switch if you want.
Storm Dragon2025-03-09 23:00:32 -04:00
2f2eefddce
Created a fake panel. It's technically an 11th workspace, but programs that need to be opened but don't often need interaction are automatically sent there. Use control+alt+tab to access the panel.
Storm Dragon2025-03-04 19:59:51 -05:00
5229b3b18a
Introduction to I38 help file loads on first start after config generation.
Storm Dragon2025-03-03 22:49:46 -05:00
d66d60ee49
Added ability to toggle between Cthulhu and Orca with RP Mode - shift+T.
Storm Dragon2024-12-20 06:47:55 -05:00
2990660e61
Added chrome's accessibility flag for the apps that still need it.
Storm Dragon2024-12-03 07:50:56 -05:00
d393677f00
Merge branch 'master' of git.stormux.org:storm/I38
Storm Dragon2024-10-23 05:44:07 -04:00
9b8932aca6
Added the grayscale flag to mod+F5 command. This should speed it up quite a bit and make it more accurate for games.
Storm Dragon2024-10-23 05:43:49 -04:00
05cd390554
The menu categories can now be expanded and collapsed without using shift, so just right arrow to expand and left arrow to collapse.
Storm Dragon2024-06-29 20:49:18 -04:00
c0b5c2ee29
Menu categories should now display in alphabetical order.
Storm Dragon2024-06-29 19:00:36 -04:00
f5b34aa89c
New menu system for I38 that no longer relies on sgtk-menu.
Storm Dragon2024-06-29 17:12:13 -04:00
0c2b5c3e8b
Make 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 Dragon2024-06-14 21:53:21 -04:00
c7cf3bff16
Fixed a problem with bookmarks not being written to the correct file.
Storm Dragon2024-06-13 00:30:46 -04:00
6eece49afc
Fixed problems with bookmark script, added in control+alt+b keybinding.
Storm Dragon2024-06-12 23:36:03 -04:00
dd67bdf8a9
Started work on bookmark functionality.
Storm Dragon2024-06-12 22:56:44 -04:00
92a9d57c05
Notification sound if using xfce4-notifyd.
Storm Dragon2024-05-14 23:35:55 -04:00