.nix/labwc/environment

37 lines
1.1 KiB
Text
Raw Normal View History

2024-07-23 19:12:34 +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_LAYOUT=us,gr
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"`
XCURSOR_THEME=breeze_cursors
XCURSOR_SIZE=24
## BEMENU stuff
BEMENU_OPTS= -n -i --tb "#2D2A2E" --tf "#AC9C6D" --fb "#2D2A2E" --nb "#2D2A2E" --ab "#2D2A2E" --hb "#2D2A2E" --hf "#AC9C6D" --line-height 30 "$@" --center --wrap --ignorecase --prompt '>' --list 12 --no-overlap --width-factor 0.5 --fn 'MesloLGS NF'
BEMENU_BACKEND=wayland
XCURSOR_THEME=Breeze
XCURSOR_SIZE=24