From 96b6a8e9677a90648ee7b3dc6909b68f271f2cb2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 10 Oct 2022 14:25:25 +0200 Subject: [PATCH] home: i3: add bluetooth on shortcut --- home/x/i3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/x/i3.nix b/home/x/i3.nix index 2a3a3b5..cfbac78 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -87,6 +87,7 @@ in { keybindings = mkOptionDefault { "${modifier}+Shift+e" = ''mode "${logoutMode}"''; + "${modifier}+b" = "exec --no-startup-id bluetoothctl power on"; "${modifier}+i" = "exec emacsclient --create-frame"; "${modifier}+o" = "exec emacsclient --create-frame --eval '(load \"${config.xdg.configHome}/doom/launch-agenda.el\")'";