Updated Awesome shortcuts
This commit is contained in:
parent
c803be2505
commit
9fa6082dab
@ -1213,27 +1213,25 @@
|
||||
These shortcuts are related to clients (aka windows) management.
|
||||
#+NAME: sc-client
|
||||
| Key | Modifiers | Lambda? | Action | What it does | Group | Clientkey? |
|
||||
|--------+-----------------+---------+----------------------------------+------------------------------------+--------+------------|
|
||||
|-----+------------------------+---------+----------------------------------+-------------------------------+--------+------------|
|
||||
| c | modkey, meta | yes | awful.placement.centered(c) | center client | client | yes |
|
||||
| f | modkey | yes | toggle_fullscreen_client(c) | toggle fullscreen | client | yes |
|
||||
| m | modkey | yes | toggle_maximized(c) | toggle maximized | client | yes |
|
||||
| m | modkey, shift | yes | toggle_horizontal_maximized(c) | toggle horizontally maximized | client | yes |
|
||||
| m | modkey, control | yes | toggle_vertical_maximized(c) | toggle vertically maximized | client | yes |
|
||||
| n | modkey, shift | yes | c.minimized = true | minimize | client | yes |
|
||||
| n | modkey, control | yes | restore_minimized_clients() | restore minimized | client | no |
|
||||
| n | modkey, control | no | restore_minimized_clients | restore minimized | client | no |
|
||||
| o | modkey | yes | c:move_to_screen() | move to screen | client | yes |
|
||||
| q | modkey | yes | c:kill() | close client | client | yes |
|
||||
| s | modkey | yes | awful.client.focus.byidx(-1) | focus previous client by index | client | no |
|
||||
| t | modkey | yes | awful.client.focus.byidx(1) | focus next client by index | client | no |
|
||||
| s | modkey, shift | yes | awful.client.swap.byidx(-1) | swap with previous client by index | client | no |
|
||||
| t | modkey, shift | yes | awful.client.swap.byidx(1) | swap with next client by index | client | no |
|
||||
| s | modkey | yes | awful.client.focus.byidx(-1) | focus previous client | client | no |
|
||||
| t | modkey | yes | awful.client.focus.byidx(1) | focus next client | client | no |
|
||||
| s | modkey, shift | yes | awful.client.swap.byidx(-1) | swap with previous client | client | no |
|
||||
| t | modkey, shift | yes | awful.client.swap.byidx(1) | swap with next client | client | no |
|
||||
| m | modkey, shift, control | yes | c:swap(awful.client.getmaster()) | swap with master client | client | yes |
|
||||
| u | modkey | no | awful.client.urgent.jumpto | jump to urgent client | client | no |
|
||||
| v | modkey | yes | c.ontop = not c.ontop | toggle keep on top | client | yes |
|
||||
| space | modkey, control | no | awful.client.floating.toggle | toggle floating | client | yes |
|
||||
| Left | modkey | yes | awful.client.focus.byidx(1) | view previous | client | no |
|
||||
| Return | modkey, control | yes | c:swap(awful.client.getmaster()) | move to master | client | yes |
|
||||
| Right | modkey | yes | awful.client.focus.byidx(-1) | view next | client | no |
|
||||
| Tab | modkey | yes | client_go_back() | go back | client | no |
|
||||
| f | modkey, control | no | awful.client.floating.toggle | toggle floating | client | yes |
|
||||
| Tab | modkey | no | client_go_back | go back | client | no |
|
||||
|
||||
** Layout manipulation
|
||||
:PROPERTIES:
|
||||
@ -1286,9 +1284,9 @@
|
||||
:END:
|
||||
#+NAME: sc-screen
|
||||
| Key | Modifiers | Lambda? | Action | What it does | Group |
|
||||
|-----------------------+-----------------+---------+---------------------------------+----------------------------+--------|
|
||||
| t | modkey, control | yes | awful.screen.focus_relative(1) | focus next screen | screen |
|
||||
| s | modkey, control | yes | awful.screen.focus_relative(-1) | focus previous screen | screen |
|
||||
|-----------------------+--------------+---------+---------------------------------+----------------------------+--------|
|
||||
| t | modkey, meta | yes | awful.screen.focus_relative(1) | focus next screen | screen |
|
||||
| s | modkey, meta | yes | awful.screen.focus_relative(-1) | focus previous screen | screen |
|
||||
| XF86MonBrightnessDown | | shell | xbacklight -dec 5 | decrease screen brightness | screen |
|
||||
| Next | modkey, meta | shell | xbacklight -dec 5 | decrease screen brightness | screen |
|
||||
| XF86MonBrightnessUp | | shell | xbacklight -inc 5 | increase screen brightness | screen |
|
||||
|
Loading…
Reference in New Issue
Block a user