niri: deal with brave thingy; back to kitty

This commit is contained in:
Oleksandr Smirnov 2026-01-08 17:43:13 +02:00
parent c72bf3b5bf
commit 1469727932
No known key found for this signature in database

View file

@ -115,6 +115,7 @@ window-rule {
window-rule { window-rule {
match app-id="Spotify" match app-id="Spotify"
match app-id="spotify"
match app-id="org.gnome.Snapshot" match app-id="org.gnome.Snapshot"
match app-id="org.gnome.Calendar" match app-id="org.gnome.Calendar"
match app-id="sleek" match app-id="sleek"
@ -132,9 +133,11 @@ window-rule {
window-rule { window-rule {
match app-id="Spotify" match app-id="Spotify"
match app-id="spotify"
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"
match app-id="kitty" match app-id="kitty"
match app-id="ghostty" match app-id="ghostty"
match app-id="obsidian" match app-id="obsidian"
@ -162,9 +165,9 @@ 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 "ghostty"; } Mod+Return { spawn "kitty"; }
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"; }
// programs {{{ // programs {{{
Mod+Shift+a { spawn "anki"; } Mod+Shift+a { spawn "anki"; }