mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
niri: change touchpad scroll speed; switch to brave
This commit is contained in:
parent
696e53344e
commit
060ff51c20
1 changed files with 5 additions and 4 deletions
|
|
@ -27,6 +27,7 @@ input {
|
|||
// dwtp
|
||||
drag-lock
|
||||
accel-speed 0.1
|
||||
scroll-factor 0.5
|
||||
accel-profile "adaptive"
|
||||
click-method "clickfinger"
|
||||
scroll-method "two-finger"
|
||||
|
|
@ -112,7 +113,7 @@ window-rule {
|
|||
window-rule {
|
||||
match app-id="zen"
|
||||
match app-id="firefox"
|
||||
match app-id="brave"
|
||||
match app-id="Brave-browser"
|
||||
open-on-workspace "web"
|
||||
}
|
||||
|
||||
|
|
@ -136,6 +137,7 @@ window-rule {
|
|||
match app-id="org.gnome.Solanum"
|
||||
default-floating-position relative-to="top-left" x=10 y=10
|
||||
open-focused true
|
||||
open-floating true
|
||||
open-on-workspace "laptop"
|
||||
}
|
||||
|
||||
|
|
@ -143,7 +145,7 @@ window-rule {
|
|||
match app-id="Spotify"
|
||||
match app-id="zen"
|
||||
match app-id="firefox"
|
||||
match app-id="brave"
|
||||
match app-id="Brave-browser"
|
||||
match app-id="kitty"
|
||||
match app-id="obsidian"
|
||||
match app-id="Code"
|
||||
|
|
@ -153,7 +155,6 @@ window-rule {
|
|||
|
||||
window-rule {
|
||||
match app-id="pavucontrol"
|
||||
match app-id="org.gnome.Solanum"
|
||||
match app-id="blueman-manager"
|
||||
match app-id="xdg-desktop-portal-gtk"
|
||||
open-floating true
|
||||
|
|
@ -182,7 +183,7 @@ binds {
|
|||
Mod+Shift+r { spawn "solanum"; }
|
||||
Mod+Shift+s { spawn "spotify"; }
|
||||
Mod+Shift+t { spawn "Telegram"; }
|
||||
Mod+Shift+w { spawn "firefox"; }
|
||||
Mod+Shift+w { spawn "brave"; }
|
||||
// }}}
|
||||
// func keys {{{
|
||||
// audio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue