Add key hints to polybar icons
This commit is contained in:
parent
fb18c07c68
commit
c96812d748
|
@ -50,6 +50,7 @@
|
||||||
"super + shift + q" = "xfce4-session-logout";
|
"super + shift + q" = "xfce4-session-logout";
|
||||||
"super + F1" = "xfce4-screensaver-command --lock";
|
"super + F1" = "xfce4-screensaver-command --lock";
|
||||||
"super + r" = "bspc desktop -f files && wezterm -e ranger";
|
"super + r" = "bspc desktop -f files && wezterm -e ranger";
|
||||||
|
"super + n" = "bspc desktop -f dev && neovide --multigrid --maximized";
|
||||||
# bspwm hotkeys
|
# bspwm hotkeys
|
||||||
"super + Escape" = "pkill -USR1 -x sxhkd";
|
"super + Escape" = "pkill -USR1 -x sxhkd";
|
||||||
"super + alt + {q,r}" = "bspc {quit,wm -r}";
|
"super + alt + {q,r}" = "bspc {quit,wm -r}";
|
||||||
|
|
|
@ -103,14 +103,14 @@ click-left = "powermenu"
|
||||||
[module/xworkspaces]
|
[module/xworkspaces]
|
||||||
type = internal/xworkspaces
|
type = internal/xworkspaces
|
||||||
|
|
||||||
icon-0 = "main; "
|
icon-0 = "main;[a] "
|
||||||
icon-1 = "dev; "
|
icon-1 = "dev;[s] "
|
||||||
icon-2 = "browser; "
|
icon-2 = "browser;[d] "
|
||||||
icon-3 = "files; "
|
icon-3 = "files;[f] "
|
||||||
icon-4 = "chat; "
|
icon-4 = "chat;[u] "
|
||||||
icon-5 = "remote; "
|
icon-5 = "remote;[i] "
|
||||||
icon-6 = "steam; "
|
icon-6 = "steam;[o] "
|
||||||
icon-7 = "misc; "
|
icon-7 = "misc;[p] "
|
||||||
icon-default = " "
|
icon-default = " "
|
||||||
|
|
||||||
label-active = %icon%
|
label-active = %icon%
|
||||||
|
|
Loading…
Reference in a new issue