I38/README.md

39 lines
1.5 KiB
Markdown
Raw Normal View History

2022-11-22 16:23:07 -05:00
# I38
2022-11-24 00:27:54 -05:00
2022-11-22 16:23:07 -05:00
Accessibility setup script for the i3 window manager.
2022-11-22 16:49:15 -05:00
2022-11-30 12:22:46 -05:00
## i38.sh
Released under the terms of the WTFPL License: http://www.wtfpl.net
This is a Stormux project: https://stormux.org
2022-11-24 00:27:54 -05:00
2022-11-22 16:49:15 -05:00
## Why the name?
An uppercase I looks like a 1, 3 from i3, and 8 because the song [We Are 138](https://www.youtube.com/watch?v=-n2Mkdw4q44) rocks!
2022-11-24 00:27:54 -05:00
## Requirements
- sgtk-menu: for applications menu
- grun: Run application dialog
- python-i3ipc: for sounds etc.
- sox: for sounds.
- transfersh: [optional] for file sharing GUI
- playerctl: music controls
- clipster: clipboard manager
- xclip: Clipboard support
- libnotify: For sending notifications
- notification-daemon: To handle notifications
2022-11-24 11:42:53 -05:00
- pamixer: for the mute-unmute script
2022-11-30 12:22:46 -05:00
- jq: for getting the current workspace
- yad: For screen reader accessible dialogs
2022-11-24 00:27:54 -05:00
I38 will try to detect your browser, file manager, and web browser and present you with a list of options to bind to their launch keys. It will also create bindings for pidgin and mumble if they are installed. To use the bindings, press your ratpoison mode key which is set when you run the i38.sh script. next, press the binding for the application you want, w for web browser, e for text editor, f for file manager, m for mumble, etc. To learn all the bindings, find and read the mode ratpoison section of ~/.config/i3/config.
2022-11-30 12:22:46 -05:00
## Usage:
With no arguments, create the i3 configuration.
-h: This help screen.
-u: Copy over the latest version of scripts.
-x: Generate ~/.xinitrc and ~/.xprofile.
-X: Generate ~/.xprofile only.