diff options
author | Jesús <heckyel@hyperbola.info> | 2020-05-20 23:05:30 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-05-20 23:05:30 -0500 |
commit | 0af56c85df2e0b7b65bce29856a2e6d0d95140f8 (patch) | |
tree | 994b3fa8d2da7d7e6a6266a163820d9e12daf51b | |
parent | 8aa2d961711b2e00fd83c33b0a32fcca2c4e1ff8 (diff) | |
download | i3-config-0af56c85df2e0b7b65bce29856a2e6d0d95140f8.tar.lz i3-config-0af56c85df2e0b7b65bce29856a2e6d0d95140f8.tar.xz i3-config-0af56c85df2e0b7b65bce29856a2e6d0d95140f8.zip |
remove dunst: uses-nonprivacy
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | install.sh | 6 |
2 files changed, 3 insertions, 4 deletions
@@ -12,7 +12,6 @@ This repository saves the custom configuration used by heckyel in i3wm - acpi - conky - dmenu -- dunst - feh - i3-wm - i3blocks @@ -12,15 +12,15 @@ do sudo pacman -S i3-wm i3status dmenu sysstat # i3 blocks and dependecies sudo pacman -S i3blocks i3lock rofi termite \ - dunst conky playerctl acpi \ - scrot xfce4-terminal thunar tumbler feh ranger \ + conky playerctl acpi scrot xfce4-terminal \ + thunar tumbler feh ranger \ ttf-hack ttf-bitstream-vera elif [[ $(command -v apt-get) ]]; then sudo apt update # i3 base sudo apt install i3-wm i3status suckless-tools sysstat # i3 blocks and dependecies - sudo apt install i3blocks i3lock rofi termite dunst \ + sudo apt install i3blocks i3lock rofi termite \ conky playerctl acpi network-manager-gnome scrot \ xfce4-terminal thunar tumbler feh ranger \ fonts-hack-ttf ttf-bitstream-vera |