mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-19 15:29:52 +02:00
add custom config for wayland compositor and sfwbar
This commit is contained in:
28
recipes-wlroots/labwc/files/environment
Normal file
28
recipes-wlroots/labwc/files/environment
Normal file
@ -0,0 +1,28 @@
|
||||
# Example environment file
|
||||
|
||||
# This allows xdg-desktop-portal-wlr to function (e.g. for screen-recording)
|
||||
XDG_CURRENT_DESKTOP=wlroots
|
||||
|
||||
# Set keyboard layout to Swedish
|
||||
# XKB_DEFAULT_LAYOUT=se
|
||||
|
||||
# Set two keyboard layouts and toggle between them using alt+shift
|
||||
# XKB_DEFAULT_LAYOUT=se,de
|
||||
XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle
|
||||
|
||||
# Force firefox to use wayland backend
|
||||
# MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
# Set cursor theme.
|
||||
# Find icons themes with the command below or similar:
|
||||
# find /usr/share/icons/ -type d -name "cursors"
|
||||
XCURSOR_THEME=breeze_cursors
|
||||
|
||||
# Disable hardware cursors. Most users wouldn't want to do this, but if you
|
||||
# are experiencing issues with disappearing cursors, this might fix it.
|
||||
# WLR_NO_HARDWARE_CURSORS=1
|
||||
|
||||
# For Java applications such as JetBrains/Intellij Idea, set this variable
|
||||
# to avoid menus with incorrect offset and blank windows
|
||||
# See https://github.com/swaywm/sway/issues/595
|
||||
# _JAVA_AWT_WM_NONREPARENTING=1
|
Reference in New Issue
Block a user