Compare commits

..

6 Commits

9 changed files with 46 additions and 5 deletions

10
conf/darkman/config.yaml Normal file
View File

@ -0,0 +1,10 @@
# ~/.config/darkman/config.yaml
# Kotka
lat: 60.4
lng: 26.9
# Helsinki
#lat: 60.1
#lng: 24.8
usegeoclue: true
dbusserver: true
portal: true

7
conf/kxkbrc Normal file
View File

@ -0,0 +1,7 @@
[Layout]
LayoutList=fi,se,epo,us,ru
Model=pc105
Options=grp:alt_shift_toggle,shift:both_capslock,caps:backspace,nbsp:none,terminate:ctrl_alt_bksp,compose:menu,esperanto:qwerty
ResetOldOptions=true
Use=true
VariantList=,,,altgr-intl,phonetic_winkeys

View File

@ -0,0 +1,7 @@
#export QT_QPA_PLATFORMTHEME="kde"
export GDK_BACKEND=wayland
export QT_QPA_PLATFORM=wayland
export CLUTTER_BACKEND=wayland
export SDL_VIDEODRIVER=wayland
export ELECTRON_OZONE_PLATFORM_HINT=wayland
export MOZ_ENABLE_WAYLAND=1

4
etc/profile.d/maliit.sh Normal file
View File

@ -0,0 +1,4 @@
# Using maliit
export XMODIFIERS=@im="maliit"
export GTK_IM_MODULE="maliit"
export QT_IM_MODULE="maliit"

View File

@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
# Helsinki
#Exec=env DARKMAN_LAT=60.1 DARKMAN_LNG=24.8 darkman run
# Kotka
Exec=env DARKMAN_LAT=60.4 DARKMAN_LNG=26.9 darkman run
Name=darkman
Icon=darkman

View File

@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
# Kotka
Exec=wlsunset -l 60.4 -L 26.9 -t 1000
# Helsinki
#Exec=wlsunset -l 60.1 -L 29.6 -t 1000
Name=wlsunset
Icon=wlsunset

View File

@ -1,5 +0,0 @@
[Desktop Entry]
Type=Application
Exec=wlsunset -l 60.46742 -L 26.94508 -t 1000
Name=wlsunset @ Kotka
Icon=wlsunset

1
rc/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
kxkbrc

1
rc/kxkbrc Symbolic link
View File

@ -0,0 +1 @@
../conf/kxkbrc