Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 3.81 KB

README.md

File metadata and controls

51 lines (36 loc) · 3.81 KB

i3

shell scripts for i3

file comment image
i3_autotiling.sh optimal tiling of focused windows
i3_container.sh shows keybindings for i3 container actions container mode
i3_editor.sh shows keybindings for editor editor mode
i3_exit.sh shows keybindings for lock, reboot, shutdown, etc. exit mode
i3_floating.sh shows keybindings for positioning floating windows floating mode
i3_helper.sh used in the other scripts for table, notify, net check, etc.
i3_macros.sh shows keybindings for predefined macros macros mode macros autostart
i3_mouse_move.sh move mouse pointer to the edge of the monitor
i3_nfs.sh shows keybindings for nfs mounts nfs mode
i3_notes.sh shows keybindings for notes notes mode
i3_services.sh shows keybindings for services services mode
i3_ssh.sh shows keybindings for ssh connections ssh mode
i3_tmux.sh open applications in tmux windows
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)
[email protected] systemd service to lock the screen before sleep

config files:

related projects:

suspend systemd service

service to lock the screen before sleep

installation

enable service

  • systemctl enable suspend@[username]

check after reboot

  • systemctl status suspend@[username]