mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
# i3-msg
|
|
# Send messages to i3 window manager
|
|
|
|
# Reload i3wm.
|
|
i3-msg 'reload'
|
|
|
|
# Restart i3wm.
|
|
i3-msg 'restart'
|