replace networkmanager to dhcpcd-ui
This commit is contained in:
parent
b200c2cf3f
commit
fcd2695ba7
@ -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
4
config
@ -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/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user