diff --git a/i3/shared.conf b/i3/shared.conf
index 1581aaf..0fae8d0 100644
--- a/i3/shared.conf
+++ b/i3/shared.conf
@@ -77,11 +77,10 @@ bindsym Ctrl+Down exec playerctl play-pause
 bindsym Ctrl+Right exec playerctl next
 
 # Gaps
-set $inner 16
+set $inner 8
 set $outer 0
 gaps inner $inner
 gaps outer $outer
-smart_borders no_gaps
 
 # Define names for default workspaces
 set $ws1       "1"
@@ -174,6 +173,7 @@ exec_always --no-startup-id setxkbmap -option 'caps:super'
 # Startup scripts
 exec --no-startup-id sh ~/.config/scripts/connect-nas.sh
 exec --no-startup-id systemctl --user start polybar
+exec --no-startup-id systemctl --user restart streamdeck
 exec --no-startup-id waybar &
 
 # class                 border  backgr. text    indicator child_border
@@ -186,10 +186,10 @@ client.placeholder      $blue   $blue   $blue   $blue     $blue
 client.background       $blue
 
 # Removes border and title bar 
-for_window [class="^.*"] border pixel 4
+for_window [class="^.*"] border pixel 3
 #new_window 1pixel
 #new_float normal 4
-default_floating_border normal 4
+default_floating_border normal 3
 #new_window normal 0 px
 
 # Screenshots
@@ -236,5 +236,5 @@ for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec systemctl --use
 #Other
 for_window [class="Signal"] move to workspace $wsSignal
 
-bindsym $mod+F5 gaps inner current set 0; gaps outer current set 0
-bindsym $mod+F6 gaps inner current set $inner; gaps outer current set $outer
\ No newline at end of file
+#bindsym $mod+F5 gaps inner current set 0; gaps outer current set 0
+#bindsym $mod+F6 gaps inner current set $inner; gaps outer current set $outer
\ No newline at end of file