diff options
Diffstat (limited to 'usecases/desktop/graphical/sway.nix')
-rw-r--r-- | usecases/desktop/graphical/sway.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usecases/desktop/graphical/sway.nix b/usecases/desktop/graphical/sway.nix index 2586105..96ea14b 100644 --- a/usecases/desktop/graphical/sway.nix +++ b/usecases/desktop/graphical/sway.nix | |||
@@ -154,6 +154,8 @@ _inputs: { | |||
154 | 154 | ||
155 | "${modifier}+m" = "exec ${pkgs.swaylock}/bin/swaylock"; | 155 | "${modifier}+m" = "exec ${pkgs.swaylock}/bin/swaylock"; |
156 | 156 | ||
157 | "${modifier}+c" = "exec rofi -show calc -modi calc -no-sort -no-persist-history -calc-command 'echo -n {result} | wl-copy'"; | ||
158 | |||
157 | "XF86AudioRaiseVolume" = "exec ${pkgs.pamixer}/bin/pamixer -i 5"; | 159 | "XF86AudioRaiseVolume" = "exec ${pkgs.pamixer}/bin/pamixer -i 5"; |
158 | "XF86AudioLowerVolume" = "exec ${pkgs.pamixer}/bin/pamixer -d 5"; | 160 | "XF86AudioLowerVolume" = "exec ${pkgs.pamixer}/bin/pamixer -d 5"; |
159 | "XF86AudioMute" = "exec ${pkgs.pamixer}/bin/pamixer -t"; | 161 | "XF86AudioMute" = "exec ${pkgs.pamixer}/bin/pamixer -t"; |