mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-23 01:05:38 +00:00
add rofi calculator
This commit is contained in:
parent
0d9df06bce
commit
cd067cce69
@ -165,6 +165,7 @@ in {
|
|||||||
${rofi}/bin/rofi -modes drun -show drun -theme-str '@import "launcher.rasi"' '';
|
${rofi}/bin/rofi -modes drun -show drun -theme-str '@import "launcher.rasi"' '';
|
||||||
systemdSearch = "${pkgs.rofi-systemd}/bin/rofi-systemd";
|
systemdSearch = "${pkgs.rofi-systemd}/bin/rofi-systemd";
|
||||||
altTabCommand = "${rofi}/bin/rofi -show window -modi window";
|
altTabCommand = "${rofi}/bin/rofi -show window -modi window";
|
||||||
|
calculatorCommand = "${rofi}/bin/rofi -modes calc -show calc";
|
||||||
audioSwitchCommand = "${
|
audioSwitchCommand = "${
|
||||||
(pkgs.extraLib.mkScript {
|
(pkgs.extraLib.mkScript {
|
||||||
name = "switch-audio";
|
name = "switch-audio";
|
||||||
|
Loading…
Reference in New Issue
Block a user