diff options
Diffstat (limited to 'modules/home/i3.nix')
| -rw-r--r-- | modules/home/i3.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/i3.nix b/modules/home/i3.nix index 151bbaa..3295fc7 100644 --- a/modules/home/i3.nix +++ b/modules/home/i3.nix @@ -128,6 +128,9 @@ "XF86AudioNext" = "exec playerctl next"; "XF86AudioPrev" = "exec playerctl previous"; + # Media controller widget + "${mod}+m" = "exec --no-startup-id eww-toggle music"; + # Workspaces "${mod}+grave" = "workspace number ${ws0}"; "${mod}+1" = "workspace number ${ws1}"; |