From 85b726dde03573385f8c0081a9705173b2322a08 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 May 2016 14:48:11 +0200 Subject: i3: added configuration for the laptop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- i3/config | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'i3') diff --git a/i3/config b/i3/config index 90ca016..9c6bed1 100644 --- a/i3/config +++ b/i3/config @@ -201,10 +201,29 @@ bar { } } +# NOTE: If you are using a laptop, use this bar config. +#bar { +#position top +#status_command i3status +#workspace_buttons yes +#tray_output eDP1 +# +#colors { +#separator #666666 +#background #333333 +#statusline #bbbbbb +#focused_workspace #888888 #dddddd #222222 +#active_workspace #333333 #555555 #bbbbbb +#inactive_workspace #333333 #555555 #bbbbbb +#urgent_workspace #2f343a #900000 #ffffff +#} +#} + # Start dunst notification manager at boot exec --no-startup-id dunst # Proper configuration of multi monitor +# NOTE: remove this if you are using a laptop. exec --no-startup-id xrandr --output DP-1 --right-of DVI-I-1 # Disable system bell @@ -214,5 +233,9 @@ exec --no-startup-id xset b off exec --no-startup-id xset -dpms exec --no-startup-id xset s off +# Network manager +# NOTE: uncomment this if you are in a laptop +# exec --no-startup-id nm-applet + # Wallpaper exec --no-startup-id nitrogen --restore -- cgit v1.2.3