disable nm-applet for default

This commit is contained in:
Jesús 2019-09-28 11:23:20 -05:00
parent 5d0f798109
commit 3345557c06
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 8 additions and 2 deletions

View File

@ -73,6 +73,12 @@ Example config `.xinitrc `:
exec i3
```
### network-manager-applet
Uncomment in `~/.config/i3/config`
# exec --no-startup-id nm-applet
### Shortcuts
Manual shortcuts are in file [shortcuts,md](shortcuts.md)

4
config
View File

@ -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
exec --no-startup-id nm-applet
# Red (network-manager-applet)
# exec --no-startup-id nm-applet
# Captura de pantalla: pacman -S scrot
bindsym Print exec scrot -e 'mv $f ~/Descargas/'