chore: fix helium spawn
946d3890
1 file(s) · +4 −1
| 1 | 1 | # More option see https://github.com/DreamMaoMao/mango/wiki/ |
|
| 2 | 2 | ||
| 3 | + | # monitorrule=name:^DP-1$,width:3840,height:2160,refresh:60,x:0,y:0,scale:2.0,vrr:0,rr:0 |
|
| 4 | + | ||
| 3 | 5 | # Window effect |
|
| 4 | 6 | blur=0 |
|
| 5 | 7 | blur_layer=0 |
|
| 146 | 148 | # menu and terminal |
|
| 147 | 149 | bind=SUPER,d,spawn,/home/stevedylandev/.config/rofi/scripts/launcher_t1 |
|
| 148 | 150 | bind=SUPER,Return,spawn,wezterm |
|
| 149 | - | bind=SUPER,b,spawn,chromium --force-device-scale-factor=1.2 |
|
| 151 | + | # bind=SUPER,b,spawn,Helium --force-device-scale-factor=1.5 |
|
| 152 | + | bind=SUPER,b,spawn,Helium --ozone-platform=wayland --force-device-scale-factor=1.4 |
|
| 150 | 153 | bind=SUPER,s,spawn,/home/stevedylandev/.config/mango/snip.sh |
|
| 151 | 154 | bind=SUPER+SHIFT,c,spawn,/home/stevedylandev/.config/rofi/scripts/clipboard |
|
| 152 | 155 | ||