diff --git a/Fitzwilliam/i3.conf b/Fitzwilliam/i3.conf index cb2f7974..4f5b13f8 100644 --- a/Fitzwilliam/i3.conf +++ b/Fitzwilliam/i3.conf @@ -274,9 +274,6 @@ bar { # # ############################################################### -# Start the Bumblebee Daemon -#exec --no-startup-id sudo bumblebeed -D - # Set Keyboard Layout exec --no-startup-id setxkbmap gb @@ -286,16 +283,9 @@ exec --no-startup-id feh --bg-fill ~/.wallpaper # Start RXVT-Unicode Daemon exec --no-startup-id urxvtd -# Start Compton -exec --no-startup-id compton -b --config ~/.config/compton.conf - # Start Network Manager Tray Applet exec --no-startup-id nm-applet # Remove Window Border for_window [class="^.*"] border pixel 0 - -#Configure Gaps -gaps inner 5 -gaps outer 0 smart_gaps on