An open API service indexing awesome lists of open source software.

https://github.com/mrdotx/i3

i3 shell scripts for auto, tiling, container, editor, exit, macros, nfs, mount, notes, services, ssh, tmux, workspace, swap
https://github.com/mrdotx/i3

autolayout autotiling container divide editor exit focus keybinding layout macros mount nfs notify services ssh swap tiling tmux window workspace

Last synced: 9 days ago
JSON representation

i3 shell scripts for auto, tiling, container, editor, exit, macros, nfs, mount, notes, services, ssh, tmux, workspace, swap

Awesome Lists containing this project

README

          

# i3

shell scripts for i3

| directory | comment |
| :-------- | :---------------------------- |
| images | images for the README.md file |
| systemd | systemd services and timer |

| file | comment | image |
| :------------------- | :----------------------------------------------------------- | :--------------------------------------------------------------------------------- |
| _i3_helper.sh | used in the other scripts for table, notify, net check, etc. | |
| _i3_lock.sh | used in systemd lock service and exit script | |
| i3_autotiling.sh | optimal tiling of focused windows | |
| i3_container.sh | shows keybindings for i3 container actions | ![container mode](images/container.png) |
| i3_exit.sh | shows keybindings for lock, reboot, shutdown, etc. | ![exit mode](images/exit.png) |
| i3_floating.sh | shows keybindings for positioning floating windows | ![floating mode](images/floating.png) |
| i3_macros.sh | shows keybindings for predefined macros | ![macros mode](images/macros.png) ![macros autostart](images/macros_autostart.gif) |
| i3_mouse_move.sh | move mouse pointer to the edge of the monitor | |
| i3_nfs.sh | shows keybindings for nfs mounts | ![nfs mode](images/nfs.gif) |
| i3_services.sh | shows keybindings for services | ![services mode](images/services.png) |
| i3_ssh.sh | shows keybindings for ssh connections | ![ssh mode](images/ssh.png) |
| i3_window_move.sh | move floating window to the edge of the monitor | |
| i3_workspace_swap.sh | swap workspaces and focus(left,right,up,down) | |

config files:

- [dotfiles/i3](https://github.com/mrdotx/dotfiles/tree/master/.config/i3)
- [dotfiles/polybar](https://github.com/mrdotx/dotfiles/tree/master/.config/polybar)
- [dotfiles/dunst](https://github.com/mrdotx/dotfiles/tree/master/.config/dunst)
- [dotfiles/systemd](https://github.com/mrdotx/dotfiles/tree/master/.config/systemd/user)

related projects:

- [polybar](https://github.com/mrdotx/polybar)
- [shell](https://github.com/mrdotx/shell)