replace networkmanager to dhcpcd-ui

This commit is contained in:
Jesús 2019-10-12 20:58:36 -05:00
parent b200c2cf3f
commit fcd2695ba7
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ This repository saves the custom configuration used by heckyel in i3wm
- lxappearance - lxappearance
- ttf-font-awesome - ttf-font-awesome
- network-manager-applet (Hyperbola v0.3 or less) - dhcpcd-ui
### Base i3wm ### Base i3wm
@ -73,11 +73,11 @@ Example config `.xinitrc `:
exec i3 exec i3
``` ```
### network-manager-applet ### dhcpcd-ui
Uncomment in `~/.config/i3/config` Uncomment in `~/.config/i3/config`
# exec --no-startup-id nm-applet # exec --no-startup-id dhcpcd-gtk
### Shortcuts ### Shortcuts

4
config
View File

@ -200,8 +200,8 @@ bindsym $mod+r mode "resize"
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
# Red (network-manager-applet) # Red dhcpcd-ui
# exec --no-startup-id nm-applet # exec --no-startup-id dhcpcd-gtk
# Captura de pantalla: pacman -S scrot # Captura de pantalla: pacman -S scrot
bindsym Print exec scrot -e 'mv $f ~/Descargas/' bindsym Print exec scrot -e 'mv $f ~/Descargas/'