aboutsummaryrefslogtreecommitdiffstats
path: root/i3
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-07-29 23:51:37 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-07-29 23:51:37 +0100
commita1f1d81abd757322ebeb6b6cbfb150ea00eb04af (patch)
treea9ab42e12a2fb3afff84daa985a75c80720ce327 /i3
parente09dbe56f95c7ba995cef7fad4b80b0495da0409 (diff)
downloaddotfiles-a1f1d81abd757322ebeb6b6cbfb150ea00eb04af.tar.gz
dotfiles-a1f1d81abd757322ebeb6b6cbfb150ea00eb04af.zip
Adding polybar configuration to i3
Diffstat (limited to 'i3')
-rw-r--r--i3/config17
1 files changed, 4 insertions, 13 deletions
diff --git a/i3/config b/i3/config
index 4755987..322f9f7 100644
--- a/i3/config
+++ b/i3/config
@@ -149,12 +149,6 @@ mode "resize" {
bindsym $mod+r mode "resize"
-# Start i3bar to display a workspace bar (plus the system information i3status
-# finds out, if available)
-bar {
- status_command i3status
-}
-
#============================================================
# i3 Gaps
#============================================================
@@ -163,8 +157,8 @@ bar {
for_window [class="^.*"] border pixel 0
smart_gaps on
-gaps inner 25
-gaps outer 15
+gaps inner 10
+gaps outer 0
#============================================================
# Custom Bindings
@@ -219,11 +213,8 @@ exec --no-startup-id redshift &
# Startup dropbox
exec --no-startup-id dropbox &
-# Start nm-applet
-exec --no-startup-id nm-applet &
-
-# Start pulse audio system tray
-
+# Start polybar
+exec_always --no-startup-id $HOME/.config/polybar/launch.sh
# Enable smooth scrolling
exec --no-startup-id xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1