Browse Source

added udiskie for automounting usb sticks

Hans Martin 3 years ago
parent
commit
142cf4bf91
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .config/i3/config
  2. 1 1
      install.sh

+ 1 - 0
.config/i3/config

@@ -354,6 +354,7 @@ assign [instance="spotify"]             8
 
 # -----[ Runtime ]----- #
 
+exec        --no-startup-id udiskie -a -n -t                                                            # automounting USB sticks
 exec         --no-startup-id nm-applet                                                                  # network manager applet
 exec         --no-startup-id volumeicon                                                                 # applet for audio
 exec         --no-startup-id xfce4-power-manager                                                        # display power settings

+ 1 - 1
install.sh

@@ -7,7 +7,7 @@ read yesno
 if [[ "$yesno" == "y" ]]; then
     echo "[*] Installing most popular tools"
     # most important tools that are _always_ needed
-    sudo pacman -Sy fzf fd neovim ripgrep nmap hexyl ctags git podman ueberzug duf exa i3blocks
+    sudo pacman -Sy fzf fd neovim ripgrep nmap hexyl ctags git podman ueberzug duf exa i3blocks udiskie
 fi