diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-11-01 12:06:58 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-11-01 12:06:58 +0300 |
commit | bdc1b29dd8094b641d4ed86b0ee8f348695dd191 (patch) | |
tree | aa38d52b449d6ee980771715de0ba31b1e1052c2 /dotfiles/.config | |
parent | 8c33b8156f83e6a9e35f50ac130b53fc31b13964 (diff) | |
download | swayrice-bdc1b29dd8094b641d4ed86b0ee8f348695dd191.tar.gz swayrice-bdc1b29dd8094b641d4ed86b0ee8f348695dd191.zip |
niri: border colors, trackpoint accel
Diffstat (limited to 'dotfiles/.config')
-rw-r--r-- | dotfiles/.config/niri/config.kdl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index 31b8f03..0efeb75 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -41,7 +41,7 @@ input { trackpoint { // off // natural-scroll - accel-speed -0.2 + accel-speed -0.3 accel-profile "adaptive" // scroll-method "on-button-down" // scroll-button 273 @@ -198,8 +198,8 @@ layout { // active-color "#5b8277" // inactive-color "#4d4d42" - active-gradient from="#7fac96" to="#3f6e90" angle=225 relative-to="workspace-view" - inactive-gradient from="#33333a" to="#676775" angle=225 relative-to="workspace-view" + active-gradient from="#335975" to="#7fac96" angle=45 + inactive-gradient from="#252832" to="#676775" angle=45 } // Struts shrink the area occupied by windows, similarly to layer-shell panels. |