[env] Back to Firefox, and add some defaults to zshenv
Looks like most tools will expect `$EDITOR` to not be empty or they will default to something wonky like nano ô.o
This commit is contained in:
parent
2a11741403
commit
c52f271bb1
3 changed files with 4 additions and 3 deletions
|
@ -2,4 +2,5 @@ PATH=$HOME/.local/bin:$HOME/bin:$HOME/bin/go/bin:$HOME/.cargo/bin:$PATH
|
|||
DICPATH="${HOME}/.local/share/hunspell"
|
||||
XDG_CURRENT_DESKTOP=GNOME
|
||||
MOZ_ENABLE_WAYLAND=1
|
||||
MOZ_USE_XINPUT2=1
|
||||
MOZ_USE_XINPUT2=1
|
||||
EDITOR=vim
|
|
@ -297,7 +297,6 @@ assign [instance="^.*\.yakshed\.org$"] "3: Comms"
|
|||
assign [title=".*slack.*"] "3: Comms"
|
||||
assign [instance="web.whatsapp.com"] "3: Comms"
|
||||
assign [instance="inoreader.com"] "3: Comms"
|
||||
assign [title="(?i).*qutebrowser-comms$"] "3: Comms"
|
||||
assign [instance="wire"] "3: Comms"
|
||||
assign [instance="signal"] "3: Comms"
|
||||
|
||||
|
@ -336,7 +335,7 @@ mode "run" {
|
|||
bindsym b exec rofi-marks; mode "default"
|
||||
bindsym space exec sway-switch-window; mode "default";
|
||||
|
||||
bindsym w exec qutebrowser; mode "default";
|
||||
bindsym w exec firefox; mode "default";
|
||||
bindsym $mod+w exec chromium-browser; mode "default";
|
||||
|
||||
bindsym e exec em; mode "default"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
source ~/.config/environment.d/*
|
||||
export EDITOR
|
||||
export PATH
|
||||
export DICPATH
|
||||
export XDG_CURRENT_DESKTOP
|
||||
|
|
Loading…
Reference in a new issue