mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
niri: deal with brave thingy; back to kitty
This commit is contained in:
parent
c72bf3b5bf
commit
1469727932
1 changed files with 5 additions and 2 deletions
|
|
@ -115,6 +115,7 @@ window-rule {
|
|||
|
||||
window-rule {
|
||||
match app-id="Spotify"
|
||||
match app-id="spotify"
|
||||
match app-id="org.gnome.Snapshot"
|
||||
match app-id="org.gnome.Calendar"
|
||||
match app-id="sleek"
|
||||
|
|
@ -132,9 +133,11 @@ window-rule {
|
|||
|
||||
window-rule {
|
||||
match app-id="Spotify"
|
||||
match app-id="spotify"
|
||||
match app-id="zen"
|
||||
match app-id="firefox"
|
||||
match app-id="Brave-browser"
|
||||
match app-id="brave-browser"
|
||||
match app-id="kitty"
|
||||
match app-id="ghostty"
|
||||
match app-id="obsidian"
|
||||
|
|
@ -162,9 +165,9 @@ binds {
|
|||
Mod+d { spawn "dunstctl" "close"; }
|
||||
Mod+q { close-window; }
|
||||
Mod+Alt+l { spawn "hyprlock"; }
|
||||
Mod+Return { spawn "ghostty"; }
|
||||
Mod+Return { spawn "kitty"; }
|
||||
Mod+Shift+Escape { spawn "~/bin/wofi-power-menu" "niri";}
|
||||
Mod+Shift+Return { spawn "wofi" "--show" "drun"; }
|
||||
Mod+Shift+Return { spawn "wofi"; }
|
||||
|
||||
// programs {{{
|
||||
Mod+Shift+a { spawn "anki"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue