mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-26 00:23:10 +01:00
Add fix for broken browser keybinding when using chrome
This commit is contained in:
parent
045ad1f07e
commit
26ca4d7fde
@ -129,7 +129,11 @@ in with lib; {
|
||||
bind = ${modifier}SHIFT,Return,exec,rofi-launcher
|
||||
bind = ${modifier}SHIFT,W,exec,web-search
|
||||
bind = ${modifier}SHIFT,S,exec,swaync-client -rs
|
||||
bind = ${modifier},W,exec,${browser}
|
||||
${if browser == "google-chrome" then ''
|
||||
bind = ${modifier},W,exec,google-chrome-stable
|
||||
'' else ''
|
||||
bind = ${modifier},W,exec,${browser}
|
||||
''}
|
||||
bind = ${modifier},E,exec,emopicker9000
|
||||
bind = ${modifier},S,exec,screenshootin
|
||||
bind = ${modifier},D,exec,discord
|
||||
|
Loading…
Reference in New Issue
Block a user