home: i3: add bluetooth on shortcut

This commit is contained in:
Antoine Martin 2022-10-10 14:25:25 +02:00
parent 04fa72f108
commit 96b6a8e967

View file

@ -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\")'";