sway: set librewolf as default browser

This commit is contained in:
Johannes Loher 2024-01-10 09:34:09 +01:00
parent 89eb712740
commit dbdda4ce9c
Signed by: saluu
GPG key ID: BB8E7A0EB4C59227
2 changed files with 2 additions and 1 deletions

View file

@ -266,6 +266,7 @@ assign [class="^discord$"] $workspace10
# Floating windows
# ------------------------------------------------------------------------------
for_window [app_id="xfce-polkit"] floating enable
for_window [title="^Password Required - Mozilla Thunderbird$"] floating enable
# ------------------------------------------------------------------------------
# Screenshot shortcuts

View file

@ -1,5 +1,5 @@
export EDITOR=vim
export BROWSER=firefox
export BROWSER=librewolf
typeset -U PATH path
path=("$HOME/.local/bin" "$path[@]")