dotfiles/scripts/startriver.sh

14 lines
236 B
Bash
Raw Normal View History

2022-12-11 23:53:37 +01:00
#!/bin/sh
# keyboard config
export XKB_DEFAULT_OPTIONS="caps:swapescape"
export XKB_DEFAULT_LAYOUT="de"
# other stuff
2022-12-12 00:03:47 +01:00
export QT_QPA_PLATFORM="wayland"
2022-12-11 23:53:37 +01:00
2022-12-13 23:36:16 +01:00
# this is necessary for tray icons
export XDG_CURRENT_DESKTOP="river"
2022-12-11 23:53:37 +01:00
exec river