aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-09-27 17:48:59 -0500
committerJesús <heckyel@hyperbola.info>2019-09-27 17:48:59 -0500
commitb85260739e06b2cf781c3c5b647b00a2e03989ad (patch)
treef2b9233312ecc5ed26f167dd91e36765955923ad /README.md
parent6a4e2611aef484282ce7d4afce6d6b7caba87897 (diff)
downloadi3-config-b85260739e06b2cf781c3c5b647b00a2e03989ad.tar.lz
i3-config-b85260739e06b2cf781c3c5b647b00a2e03989ad.tar.xz
i3-config-b85260739e06b2cf781c3c5b647b00a2e03989ad.zip
Hyperbola will stop supporting networkmanager due to security issues
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 038ca05..c6d664b 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,6 @@ This repository saves the custom configuration used by heckyel in i3wm
- i3-wm
- i3blocks
- i3lock
-- network-manager-applet
- nitrogen
- playerctl
- ranger
@@ -32,6 +31,7 @@ This repository saves the custom configuration used by heckyel in i3wm
- lxappearance
- ttf-font-awesome
+- network-manager-applet (Hyperbola v0.3 or less)
### Base i3wm
@@ -59,13 +59,11 @@ Example config `.xinitrc `:
```bash
#!/bin/sh
-
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
-
# if [ -d /etc/X11/xinit/xinitrc.d ]; then
# for f in /etc/X11/xinit/xinitrc.d/*; do
# [ -x "$f" ] && . "$f"