diff options
author | Jesús <heckyel@hyperbola.info> | 2019-10-12 20:58:36 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-10-12 20:58:36 -0500 |
commit | fcd2695ba7088bc21e77a1d34c4c2c6c549cc2be (patch) | |
tree | 069f4a99da1a9520270e83284a5c1af25272c492 /config | |
parent | b200c2cf3fe4aa13f8e07eb69016206ae56127ae (diff) | |
download | i3-config-fcd2695ba7088bc21e77a1d34c4c2c6c549cc2be.tar.lz i3-config-fcd2695ba7088bc21e77a1d34c4c2c6c549cc2be.tar.xz i3-config-fcd2695ba7088bc21e77a1d34c4c2c6c549cc2be.zip |
replace networkmanager to dhcpcd-ui
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/' |