2024-10-17 15:16:09 +00:00
|
|
|
## Uncomment lines starting with one '#' to suit your needs.
|
|
|
|
|
|
|
|
## Use the XKB_DEFAULT_LAYOUT variable to set the keyboard layout. For example
|
|
|
|
## to start with Swedish keyboard layout set it to 'se'. If you are unsure what
|
|
|
|
## your country code is, refer to the layout section of:
|
|
|
|
## /usr/share/X11/xkb/rules/evdev.lst
|
|
|
|
##
|
|
|
|
## Multiple keyboard layouts can be set by comma-separating the country codes.
|
|
|
|
## If multiple layouts are used, specify the toggle-keybind using
|
|
|
|
## XKB_DEFAULT_OPTIONS as show below.
|
|
|
|
##
|
|
|
|
## For further details, see xkeyboard-config(7)
|
|
|
|
|
|
|
|
|
|
|
|
XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle
|
|
|
|
|
|
|
|
## Force firefox to use wayland backend.
|
|
|
|
|
|
|
|
MOZ_ENABLE_WAYLAND=1
|
|
|
|
|
|
|
|
## Set cursor theme and size. Find system icons themes with:
|
|
|
|
## `find /usr/share/icons/ -type d -name "cursors"`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## BEMENU stuff
|
2024-10-22 22:55:37 +00:00
|
|
|
BEMENU_OPTS= -ni -B 3 --bdr "#C1A550" --tb "#2A2A2A" --tf "#C1A550" --fb "#2A2A2A" --nb "#2A2A2A" --nf "#EDE6DB" --ab "#2A2A2A" --af "#EDE6DB" --hb "#2A2A2A" --hf "#C1A550" --line-height 30 "$@" --center --wrap --ignorecase --prompt '> $' --list 12 --no-overlap --width-factor 0.5 --fn 'MonoLisa Nerd Font Mono'
|
2024-10-17 15:16:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
BEMENU_BACKEND=wayland
|
|
|
|
|
|
|
|
QT_QPA_PLATFORM=wayland
|
|
|
|
|
2024-11-01 10:46:32 +00:00
|
|
|
# GDK_DEBUG=portals
|
|
|
|
# PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring
|
|
|
|
|
|
|
|
SSH_AUTH_SOCK = $XDG_RUNTIME_DIR/ssh-agent.socket
|
|
|
|
XCURSOR_THEME=breeze_cursors
|
2024-10-17 17:41:08 +00:00
|
|
|
XCURSOR_SIZE=24
|
2024-10-17 15:16:09 +00:00
|
|
|
XKB_DEFAULT_LAYOUT=us,gr
|
|
|
|
XKB_DEFAULT_VARIANT=
|