hyprland: removed zen browser because there's always 30 second delay

on start
This commit is contained in:
Tigor Hutasuhut 2024-09-05 16:22:50 +07:00
parent 41fa538e30
commit ae5b09d7ab

View file

@ -91,12 +91,7 @@ in
# Programs # Programs
''$mod, RETURN, exec, footclient'' ''$mod, RETURN, exec, footclient''
"$mod, E, exec, thunar" "$mod, E, exec, thunar"
(if config.profile.flatpak.zen-browser.enable "$mod, B, exec, microsoft-edge"
then
"$mod, B, exec, flatpak run io.github.zen_browser.zen"
else
"$mod, B, exec, microsoft-edge"
)
"$mod, D, exec, rofi -show drun -replace -i" "$mod, D, exec, rofi -show drun -replace -i"
"$mod, BackSpace, exec, wlogout" "$mod, BackSpace, exec, wlogout"
''$mod, F, exec, ${select-window.path}'' ''$mod, F, exec, ${select-window.path}''