diff options
Diffstat (limited to 'niri/cfg/misc.kdl')
| -rw-r--r-- | niri/cfg/misc.kdl | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/niri/cfg/misc.kdl b/niri/cfg/misc.kdl index cfc7bf4..7c60836 100644 --- a/niri/cfg/misc.kdl +++ b/niri/cfg/misc.kdl @@ -1,2 +1,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 +} |
