sway: set librewolf as default browser
This commit is contained in:
parent
89eb712740
commit
dbdda4ce9c
2 changed files with 2 additions and 1 deletions
|
@ -266,6 +266,7 @@ assign [class="^discord$"] $workspace10
|
||||||
# Floating windows
|
# Floating windows
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
for_window [app_id="xfce-polkit"] floating enable
|
for_window [app_id="xfce-polkit"] floating enable
|
||||||
|
for_window [title="^Password Required - Mozilla Thunderbird$"] floating enable
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Screenshot shortcuts
|
# Screenshot shortcuts
|
||||||
|
|
2
.zshenv
2
.zshenv
|
@ -1,5 +1,5 @@
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export BROWSER=firefox
|
export BROWSER=librewolf
|
||||||
|
|
||||||
typeset -U PATH path
|
typeset -U PATH path
|
||||||
path=("$HOME/.local/bin" "$path[@]")
|
path=("$HOME/.local/bin" "$path[@]")
|
||||||
|
|
Loading…
Reference in a new issue