From 6c1fef110bd5f91f674b66f681139ddbed2f10b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Tue, 26 Feb 2019 23:27:29 +0100 Subject: [PATCH] Change keys for controlling dunst --- config/xsession/dunstrc.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/xsession/dunstrc.nix b/config/xsession/dunstrc.nix index 5195d03..399d98f 100644 --- a/config/xsession/dunstrc.nix +++ b/config/xsession/dunstrc.nix @@ -74,10 +74,11 @@ home.file.dunst = { per_monitor_dpi = false [shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+bar - context = ctrl+shift+period + # Needs to change to alt/super + close = mod1+space + close_all = mod1+shift+space + history = mod1+bar + context = mod1+period [urgency_low] # IMPORTANT: colors have to be defined in quotation marks.