diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-02-25 13:16:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-25 13:16:35 -0500 |
commit | 3296365ce591ae4ba115befa8134bc2526b36710 (patch) | |
tree | e1b7a73b6d86e69b356bc8791a0b0996fa2842ad /rootston/rootston.ini.example | |
parent | 7da653bbb4569d41ce1a46c97e3b10c675f73741 (diff) | |
parent | 202a728ee9a0e7dbfbcc7e51e060a2a9a5f09847 (diff) |
Merge pull request #659 from agx/alpha
Make wlr_render_with_matrix use alpha
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r-- | rootston/rootston.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index a6619767..6f29a35d 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -42,8 +42,10 @@ meta-key = Logo # - "exec" to execute a shell command # - "close" to close the current view # - "next_window" to cycle through windows +# - "alpha" to cycle a window's alpha channel [bindings] Logo+Shift+e = exit Logo+q = close Logo+m = maximize Alt+Tab = next_window +Ctrl+Shift+a = alpha |