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:
Evie Litherland-Smith 2024-01-23 13:29:32 +00:00
parent 2fcd6bb4e8
commit 5ea8122696
2 changed files with 5 additions and 0 deletions

View file

@ -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)"

View file

@ -33,6 +33,7 @@
"rewrite" = {
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
"foot" = " ";
"Nyxt - (.*)" = "󰀹 $1";
"(.*) Mozilla Firefox" = "󰈹 $1";
"(.*) - Thunar" = "󰝰 $1";
"(.*) | Microsoft Teams" = "󰊻 $1";