diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-04-06 23:22:10 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-04-06 23:22:10 -0700 |
| commit | 1a09b34fe5b5f0101e92e779e8327dc9a4c3f817 (patch) | |
| tree | f023b974a0e4c4a10b82643a27f288e043a3473b /.config/i3/i3_guide.rmd | |
| parent | c69028fa0db2b95b298a4c483c877f362a914a95 (diff) | |
| download | eibhear-1a09b34fe5b5f0101e92e779e8327dc9a4c3f817.tar.gz eibhear-1a09b34fe5b5f0101e92e779e8327dc9a4c3f817.tar.zst eibhear-1a09b34fe5b5f0101e92e779e8327dc9a4c3f817.zip | |
new dmenu screen/display selection
Diffstat (limited to '.config/i3/i3_guide.rmd')
| -rw-r--r-- | .config/i3/i3_guide.rmd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/i3/i3_guide.rmd b/.config/i3/i3_guide.rmd index c10d044..4038ab7 100644 --- a/.config/i3/i3_guide.rmd +++ b/.config/i3/i3_guide.rmd @@ -60,6 +60,8 @@ Be sure you play around with these. Be flexible with the basic commands and the + Mod+T -- Restore gaps to default (15 pixels) + Mod+Shift+Space -- Make a window float (you can still resize and move floating windows with the same keys above) + Mod+Space -- Switch focus from a floating window to a non-floating one (or vice versa) ++ Mod+o -- Make floating window sticky (will stay on active workspace) ++ Mod+b -- Make window float in bottom left corner (good for video watched intermittently) ## Basic Programs @@ -92,7 +94,7 @@ Be sure you play around with these. Be flexible with the basic commands and the + Mod+Shift+Escape -- exit i3 (will give a dmenu confirm prompt) + Mod+F1 -- Shows this document + Mod+F2 -- Refresh i3 -+ Mod+F3 -- arandr (For adding screens/HDMI/VGA connections) ++ Mod+F3 -- Select screen/display to use + Mod+F4 -- Hibernate + Mod+F6 -- transmission torrent client (cli) + Mod+F5 -- Reset Network Manager, search for new networks |
