vpn button waybar

This commit is contained in:
2025-05-28 11:25:40 +02:00
parent d3523ebde6
commit 341472929b
7 changed files with 73 additions and 17 deletions

11
.bashrc
View File

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