vpn button waybar
This commit is contained in:
11
.bashrc
11
.bashrc
@ -18,7 +18,10 @@ alias mkdir='mkdir -p'
|
||||
alias cd='z'
|
||||
|
||||
# Edit this .bashrc file
|
||||
alias ebrc='edit ~/.bashrc'
|
||||
alias ebrc='nano ~/.bashrc'
|
||||
|
||||
alias wgu='wg-quick up wg0'
|
||||
alias wgd='wg-quick down wg0'
|
||||
|
||||
# Change directory aliases
|
||||
alias home='cd ~'
|
||||
@ -84,6 +87,12 @@ export ELECTRON_ENABLE_OZONE=1
|
||||
export OZONE_PLATFORM=wayland
|
||||
export GDK_SCALE=1
|
||||
export GDK_DPI_SCALE=1
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||
export QT_SCALE_FACTOR=1
|
||||
|
||||
# Force Wayland Anki
|
||||
export ANKI_WAYLAND=1
|
||||
|
||||
# Force Firefox to run in wayland
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
Reference in New Issue
Block a user