diff options
Diffstat (limited to '')
| -rw-r--r-- | dotfiles/labwc/environment | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dotfiles/labwc/environment b/dotfiles/labwc/environment new file mode 100644 index 0000000..306e057 --- /dev/null +++ b/dotfiles/labwc/environment @@ -0,0 +1,28 @@ +## 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=Qogir +XCURSOR_SIZE=24 + +## BEMENU stuff +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 'Lilex' +BEMENU_BACKEND=wayland + +## bemenu needs this +XDG_DATA_DIRS = ~/.local/share/flatpak/exports/share/applications:$XDG_DATA_DIRS |
