diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-12-13 21:29:26 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-12-13 21:29:26 +0300 |
commit | 85a075c8f36a651196dc051ea8a825ccc82d09d9 (patch) | |
tree | a3794167847ec7095bb280b501d6e16035ffb157 /dotfiles/.config/niri | |
parent | 38caee2df4c3a054c38b903e3f0dc2a38eaed29b (diff) | |
download | swayrice-85a075c8f36a651196dc051ea8a825ccc82d09d9.tar.gz swayrice-85a075c8f36a651196dc051ea8a825ccc82d09d9.zip |
niri: skip overlay, style changesniri
Diffstat (limited to 'dotfiles/.config/niri')
-rw-r--r-- | dotfiles/.config/niri/config.kdl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index f362317..ca9a410 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -57,6 +57,10 @@ input { // focus-follows-mouse max-scroll-amount="0%" } +hotkey-overlay { + skip-at-startup +} + cursor { hide-when-typing } @@ -198,7 +202,7 @@ layout { // active-color "#5b8277" // inactive-color "#4d4d42" - active-gradient from="#335975" to="#7fac96" angle=45 + active-gradient from="#1f5c9a" to="#99d0b5" angle=60 inactive-gradient from="#252832" to="#676775" angle=45 } @@ -248,7 +252,7 @@ animations { // off // Slow down all animations by this factor. Values below 1 speed them up instead. - slowdown 0.35 + slowdown 0.4 } // Window rules let you adjust behavior for individual windows. |