mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
feat: implement window opacity control with inc/dec/toggle support ✨
This commit is contained in:
parent
c5cdbdc039
commit
01ccf38f16
6 changed files with 111 additions and 10 deletions
|
|
@ -178,6 +178,12 @@ bind=SUPER,o,toggleoverlay,
|
|||
bind=SUPER+SHIFT,I,restore_minimized
|
||||
bind=ALT,z,toggle_scratchpad
|
||||
|
||||
# window opacity control
|
||||
bind=SUPER,equal,inc_opacity,0.1
|
||||
bind=SUPER,minus,dec_opacity,0.1
|
||||
bind=SUPER+SHIFT,o,toggle_opacity,
|
||||
bind=SUPER+SHIFT,c,clear_custom_opacity,
|
||||
|
||||
# scroller layout
|
||||
bind=ALT,e,set_proportion,1.0
|
||||
bind=ALT,x,switch_proportion_preset,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue