Emoji chooser sxhkd
This commit is contained in:
parent
cfc1259326
commit
0d6d765332
2 changed files with 3 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ in
|
|||
muted = colors.active;
|
||||
volume = colors.normal // { text = "<ramp-volume> <label-volume>"; };
|
||||
};
|
||||
label.muted.text = "婢muted";
|
||||
label.muted.text = "婢 muted";
|
||||
label.volume.text = "%percentage%%";
|
||||
ramp.volume = [ "奄" "奔" "墳" ];
|
||||
type = "internal/pulseaudio";
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
primaryTerminal = "kitty";
|
||||
secondaryTerminal = "terminator";
|
||||
fileManager = "thunar";
|
||||
emojiChooser = "rofimoji --skin-tone light -a copy";
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
|
|
@ -32,6 +33,7 @@
|
|||
"super + ctrl + shift + space" = "bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel";
|
||||
"super + ctrl + space" = "bspc node -p cancel";
|
||||
"super + e" = fileManager;
|
||||
"super + shift + e" = emojiChooser;
|
||||
"super + Escape" = "pkill -USR1 -x sxhkd";
|
||||
"super + g" = "bspc node -s biggest";
|
||||
"super + {grave,Tab}" = "bspc {node,desktop} -f last";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue