add alacritty option to fuzzel
This commit is contained in:
parent
1268f2f053
commit
8a196203cf
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
binds = {
|
||||
"Mod+T".action.spawn = "alacritty";
|
||||
"Mod+B".action.spawn = "firefox";
|
||||
"Mod+S".action.spawn = ["fuzzel" "-I"];
|
||||
"Mod+S".action.spawn = ["fuzzel" "-I" "-T" "alacritty"];
|
||||
|
||||
"XF86AudioRaiseVolume".action.spawn = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1+";
|
||||
"XF86AudioLowerVolume".action.spawn = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1-";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue