mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
niri: switch to firefox
This commit is contained in:
parent
d3bf94ce80
commit
4c91ab20b4
1 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ spawn-at-startup "~/.config/niri/waybar"
|
||||||
spawn-at-startup "dunst"
|
spawn-at-startup "dunst"
|
||||||
spawn-at-startup "xwayland-satellite" // TODO: remove in next update
|
spawn-at-startup "xwayland-satellite" // TODO: remove in next update
|
||||||
spawn-at-startup "hypridle" "-c" "/home/olex/.config/niri/hypridle.conf"
|
spawn-at-startup "hypridle" "-c" "/home/olex/.config/niri/hypridle.conf"
|
||||||
spawn-at-startup "zen-browser"
|
|
||||||
// }}}
|
// }}}
|
||||||
// env {{{
|
// env {{{
|
||||||
environment {
|
environment {
|
||||||
|
|
@ -117,6 +116,7 @@ window-rule {
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="zen"
|
match app-id="zen"
|
||||||
|
match app-id="firefox"
|
||||||
match app-id="brave"
|
match app-id="brave"
|
||||||
open-on-workspace "web"
|
open-on-workspace "web"
|
||||||
}
|
}
|
||||||
|
|
@ -144,6 +144,7 @@ window-rule {
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="Spotify"
|
match app-id="Spotify"
|
||||||
match app-id="zen"
|
match app-id="zen"
|
||||||
|
match app-id="firefox"
|
||||||
match app-id="brave"
|
match app-id="brave"
|
||||||
match app-id="kitty"
|
match app-id="kitty"
|
||||||
match app-id="anki"
|
match app-id="anki"
|
||||||
|
|
@ -196,7 +197,7 @@ binds {
|
||||||
Mod+Shift+r { spawn "solanum"; }
|
Mod+Shift+r { spawn "solanum"; }
|
||||||
Mod+Shift+s { spawn "spotify"; }
|
Mod+Shift+s { spawn "spotify"; }
|
||||||
Mod+Shift+t { spawn "telegram-desktop"; }
|
Mod+Shift+t { spawn "telegram-desktop"; }
|
||||||
Mod+Shift+w { spawn "zen-browser"; }
|
Mod+Shift+w { spawn "firefox"; }
|
||||||
// }}}
|
// }}}
|
||||||
// func keys {{{
|
// func keys {{{
|
||||||
// audio
|
// audio
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue