blob: 7c60836cce98bf3ae52bdfbe58ef06136002e1d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
// Disable client side decoration
prefer-no-csd
// Path to screenshot directory
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
// Environment variables
environment {
// QT application theme
QT_QPA_PLATFORMTHEME "qt6ct"
QT_QPA_PLATFORM "wayland"
}
// Avoid popup for important keybinds
hotkey-overlay {
skip-at-startup
}
cursor {
xcursor-theme "Bibata-Modern-Ice"
xcursor-size 24
hide-when-typing
hide-after-inactive-ms 1000
}
|