Add waybar rewrite for nyxt
Add bind to launch nyxt and thunar (respectively) nyxt bind makes use of bookmarks (finally!) and forces no socket so multiple instances can be opened
This commit is contained in:
parent
2fcd6bb4e8
commit
5ea8122696
|
@ -111,6 +111,10 @@ in ''
|
|||
bind = SUPER SHIFT, Return, exec, emacsclient -c
|
||||
|
||||
bind = SUPER, S, exec, foot -e btm --group --battery
|
||||
bind = SUPER, W, exec, nyxt --no-socket --with-file bookmarks=${
|
||||
../nyxt/bookmarks.lisp
|
||||
}
|
||||
bind = SUPER, F, exec, thunar $HOME
|
||||
|
||||
# Misc useful binds
|
||||
bind=,Print,exec,grim -g "$(slurp)"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
"rewrite" = {
|
||||
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
|
||||
"foot" = " ";
|
||||
"Nyxt - (.*)" = " $1";
|
||||
"(.*) — Mozilla Firefox" = " $1";
|
||||
"(.*) - Thunar" = " $1";
|
||||
"(.*) | Microsoft Teams" = " $1";
|
||||
|
|
Loading…
Reference in a new issue