diff options
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. |