aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-10-12 20:58:36 -0500
committerJesús <heckyel@hyperbola.info>2019-10-12 20:58:36 -0500
commitfcd2695ba7088bc21e77a1d34c4c2c6c549cc2be (patch)
tree069f4a99da1a9520270e83284a5c1af25272c492
parentb200c2cf3fe4aa13f8e07eb69016206ae56127ae (diff)
downloadi3-config-fcd2695ba7088bc21e77a1d34c4c2c6c549cc2be.tar.lz
i3-config-fcd2695ba7088bc21e77a1d34c4c2c6c549cc2be.tar.xz
i3-config-fcd2695ba7088bc21e77a1d34c4c2c6c549cc2be.zip
replace networkmanager to dhcpcd-ui
-rw-r--r--README.md6
-rw-r--r--config4
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 967359b..09b0e75 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +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)
+- dhcpcd-ui
### Base i3wm
@@ -73,11 +73,11 @@ Example config `.xinitrc `:
exec i3
```
-### network-manager-applet
+### dhcpcd-ui
Uncomment in `~/.config/i3/config`
- # exec --no-startup-id nm-applet
+ # exec --no-startup-id dhcpcd-gtk
### Shortcuts
diff --git a/config b/config
index b93d101..69abc43 100644
--- a/config
+++ b/config
@@ -200,8 +200,8 @@ bindsym $mod+r mode "resize"
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
-# Red (network-manager-applet)
-# exec --no-startup-id nm-applet
+# Red dhcpcd-ui
+# exec --no-startup-id dhcpcd-gtk
# Captura de pantalla: pacman -S scrot
bindsym Print exec scrot -e 'mv $f ~/Descargas/'