Replace google-chrome-beta with chromium
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ae2b8261ca
commit
dc8fd48456
3 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ fi
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
export EDITOR="${VISUAL}"
|
export EDITOR="${VISUAL}"
|
||||||
export TERMINAL="alacritty"
|
export TERMINAL="alacritty"
|
||||||
export BROWSER="google-chrome-beta"
|
export BROWSER="chromium"
|
||||||
export PAGER="less"
|
export PAGER="less"
|
||||||
export MANPAGER="${PAGER}"
|
export MANPAGER="${PAGER}"
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ exec_always --no-startup-id monitor-setup
|
||||||
|
|
||||||
# Other applications
|
# Other applications
|
||||||
exec autokey-gtk
|
exec autokey-gtk
|
||||||
exec google-chrome-beta
|
exec chromium
|
||||||
|
|
||||||
exec hamsket
|
exec hamsket
|
||||||
exec nemo
|
exec nemo
|
||||||
|
|
|
@ -18,7 +18,7 @@ exec_always --no-startup-id monitor-setup
|
||||||
|
|
||||||
# Other applications
|
# Other applications
|
||||||
exec autokey-gtk
|
exec autokey-gtk
|
||||||
exec google-chrome-beta
|
exec chromium
|
||||||
exec hamsket
|
exec hamsket
|
||||||
|
|
||||||
exec nemo
|
exec nemo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue