From d72a3084b26228e85c7b135a96a38ed60997bdef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 28 Jul 2019 00:20:39 -0500 Subject: [PATCH] config: minor fix --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 57c18e4..a430742 100644 --- a/config +++ b/config @@ -235,7 +235,7 @@ bindsym XF86AudioMute exec --no-startup-id amixer -q -D pulse sset Master toggle set $mode_mount Launch: Shift unmount devices (u) USB, (c) DVD/CD mode "$mode_mount" { bindsym u exec --no-startup-id "udisksctl mount -b /dev/sdb1", mode "default" - bindsym Shift+u exec --no-startup-id "udisksctl unmount -b /dev/sb1", mode "default" + bindsym Shift+u exec --no-startup-id "udisksctl unmount -b /dev/sdb1", mode "default" bindsym c exec --no-startup-id "udisksctl mount -b /dev/sr0", mode "default" bindsym Shift+c exec --no-startup-id "udisksctl unmount -b /dev/sr0", mode "default"