From 3345557c06ea9f680bd5980688b62a0522ca4929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 28 Sep 2019 11:23:20 -0500 Subject: [PATCH] disable nm-applet for default --- README.md | 6 ++++++ config | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6d664b..967359b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/config b/config index d1aa0c1..b93d101 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 -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/'