mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
niri: touchpad; and set ghostty as default
This commit is contained in:
parent
555ed3359e
commit
b6548a8792
1 changed files with 4 additions and 3 deletions
|
|
@ -26,8 +26,8 @@ input {
|
||||||
dwt
|
dwt
|
||||||
// dwtp
|
// dwtp
|
||||||
// drag-lock
|
// drag-lock
|
||||||
accel-speed 0.1
|
accel-speed 0.2
|
||||||
scroll-factor 0.5
|
scroll-factor 1.5
|
||||||
accel-profile "adaptive"
|
accel-profile "adaptive"
|
||||||
click-method "clickfinger"
|
click-method "clickfinger"
|
||||||
scroll-method "two-finger"
|
scroll-method "two-finger"
|
||||||
|
|
@ -108,6 +108,7 @@ window-rule {
|
||||||
match app-id="zen"
|
match app-id="zen"
|
||||||
match app-id="firefox"
|
match app-id="firefox"
|
||||||
match app-id="Brave-browser"
|
match app-id="Brave-browser"
|
||||||
|
match app-id="brave-browser"
|
||||||
open-on-workspace "web"
|
open-on-workspace "web"
|
||||||
open-focused true
|
open-focused true
|
||||||
}
|
}
|
||||||
|
|
@ -161,7 +162,7 @@ binds {
|
||||||
Mod+d { spawn "dunstctl" "close"; }
|
Mod+d { spawn "dunstctl" "close"; }
|
||||||
Mod+q { close-window; }
|
Mod+q { close-window; }
|
||||||
Mod+Alt+l { spawn "hyprlock"; }
|
Mod+Alt+l { spawn "hyprlock"; }
|
||||||
Mod+Return { spawn "kitty"; }
|
Mod+Return { spawn "ghostty"; }
|
||||||
Mod+Shift+Escape { spawn "~/bin/wofi-power-menu" "niri";}
|
Mod+Shift+Escape { spawn "~/bin/wofi-power-menu" "niri";}
|
||||||
Mod+Shift+Return { spawn "wofi" "--show" "drun"; }
|
Mod+Shift+Return { spawn "wofi" "--show" "drun"; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue