1
0
Fork 0

[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
main
Sebastian Schulze 2020-06-05 09:35:29 +02:00
parent 2a11741403
commit c52f271bb1
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
3 changed files with 4 additions and 3 deletions

View File

@ -3,3 +3,4 @@ DICPATH="${HOME}/.local/share/hunspell"
XDG_CURRENT_DESKTOP=GNOME
MOZ_ENABLE_WAYLAND=1
MOZ_USE_XINPUT2=1
EDITOR=vim

View File

@ -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"

View File

@ -1,4 +1,5 @@
source ~/.config/environment.d/*
export EDITOR
export PATH
export DICPATH
export XDG_CURRENT_DESKTOP