mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-14 18:27:21 +02:00
Compare commits
6 Commits
e4d723c770
...
f427d07d1d
Author | SHA1 | Date | |
---|---|---|---|
f427d07d1d | |||
caec405f99 | |||
a8bfd98c0f | |||
4e53f9f781 | |||
b3a630fbf5 | |||
749c50f6af |
10
conf/darkman/config.yaml
Normal file
10
conf/darkman/config.yaml
Normal 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
7
conf/kxkbrc
Normal 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
|
7
etc/profile.d/99-wayland.sh
Normal file
7
etc/profile.d/99-wayland.sh
Normal 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
4
etc/profile.d/maliit.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Using maliit
|
||||||
|
export XMODIFIERS=@im="maliit"
|
||||||
|
export GTK_IM_MODULE="maliit"
|
||||||
|
export QT_IM_MODULE="maliit"
|
8
etc/xdg/autostart/a-darkman.desktop
Normal file
8
etc/xdg/autostart/a-darkman.desktop
Normal 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
|
8
etc/xdg/autostart/a-wlsunset.desktop
Normal file
8
etc/xdg/autostart/a-wlsunset.desktop
Normal 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
|
@ -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
1
rc/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
kxkbrc
|
Loading…
x
Reference in New Issue
Block a user