mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
13 lines
236 B
Bash
Executable file
13 lines
236 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# keyboard config
|
|
export XKB_DEFAULT_OPTIONS="caps:swapescape"
|
|
export XKB_DEFAULT_LAYOUT="de"
|
|
|
|
# other stuff
|
|
export QT_QPA_PLATFORM="wayland"
|
|
|
|
# this is necessary for tray icons
|
|
export XDG_CURRENT_DESKTOP="river"
|
|
|
|
exec river
|