Font and hyprland lock stuff
This commit is contained in:
4
.bashrc
4
.bashrc
@ -12,11 +12,15 @@ PS1='[\u@\h \W]\$ '
|
||||
alias l='ls -la'
|
||||
alias lg='lazygit'
|
||||
|
||||
# Fix Electron scaling issues by forcing wayland
|
||||
export ELECTRON_ENABLE_OZONE=1
|
||||
export OZONE_PLATFORM=wayland
|
||||
export GDK_SCALE=1
|
||||
export GDK_DPI_SCALE=1
|
||||
|
||||
# Force Firefox to run in wayland
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
# Yazi
|
||||
function y() {
|
||||
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
||||
|
Reference in New Issue
Block a user