mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
cursor: support XCURSOR_THEME and XCURSOR_SIZE
Use environment variables XCURSOR_THEME and XCURSOR_SIZE to set cursor
theme and size respectively. Default size is 24.
Find icons themes with the command below or similar:
find /usr/share/icons/ -type d -name "cursors"
This commit is contained in:
parent
afa299c080
commit
9eaa5a92a1
2 changed files with 15 additions and 5 deletions
|
|
@ -1,11 +1,17 @@
|
|||
# Example environment file
|
||||
|
||||
# Set keyboard layout to Swedish
|
||||
# XKB_DEFAULT_LAYOUT=se
|
||||
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
|
||||
XKB_DEFAULT_LAYOUT=se,de
|
||||
XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle
|
||||
|
||||
# Force firefox to use wayland backend
|
||||
# MOZ_ENABLE_WAYLAND=1
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue