From 3082a33fbdc4298ab846d075b006496d998335c5 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 11 Apr 2023 17:50:36 +0200 Subject: [PATCH] Auto mount external devices --- home/windowManager/i3.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/home/windowManager/i3.nix b/home/windowManager/i3.nix index df4bf8d..3526edc 100644 --- a/home/windowManager/i3.nix +++ b/home/windowManager/i3.nix @@ -1,4 +1,8 @@ -{ config, pkgs, ownLib }: +{ + config + ,pkgs + ,ownLib +}: # Use `xbindkeys --key` to find key name, see: https://wiki.archlinux.org/title/Xbindkeys @@ -189,6 +193,10 @@ in { command = "nm-applet"; notification = false; } + { + command = "${pkgs.udiskie}/bin/udiskie --smart-tray"; + notification = false; + } ]; keybindings = {