[1mdiff --git a/cheat-sheets/i3.md b/cheat-sheets/i3.md[m [1mindex 56165b3..76fa2c7 100644[m [1m--- a/cheat-sheets/i3.md[m [1m+++ b/cheat-sheets/i3.md[m [36m@@ -18,7 +18,7 @@[m `mod + r` toggle resize mode[m mod + Strg + < move Workspace to on the left/right[m mod + Shift + s Enable Lockscreen[m [31m-[m [32m+[m[32mmod + Shift + Pfeiltasten tauscht Fenster[m ## Resize-Mode[m `hl/links/rechts` breite +-[m `jk/oben/unten` höhe +-[m [1mdiff --git a/i3/config b/i3/config[m [1mindex 19b3d27..7a70e88 100644[m [1m--- a/i3/config[m [1m+++ b/i3/config[m [36m@@ -181,7 +181,9 @@[m [mmode "resize" {[m }[m [m bindsym $mod+r mode "resize"[m [31m-[m [32m+[m[32m# ausblenden von Fensterrahmen bei nur einem Fenster[m [32m+[m[32mhide_edge_borders smart[m [32m+[m[32m#[m # Start i3bar to display a workspace bar (plus the system information i3status[m # finds out, if available)[m # auskommntiert weil polybar verwendet wird[m [1mdiff --git a/polybar/config b/polybar/config[m [1mindex 002c385..b401e6d 100644[m [1m--- a/polybar/config[m [1m+++ b/polybar/config[m [36m@@ -39,8 +39,8 @@[m [mfont-0 = fixed:pixelsize=10;1[m font-1 = unifont:fontformat=truetype:size=8:antialias=false;0[m font-2 = siji:pixelsize=10;1[m modules-left = i3[m [31m-modules-center =[m [31m-modules-right = nightscout_script backlight alsa memory cpu wlan eth_intern eth_dock battery date powermenu[m [32m+[m[32mmodules-center = nightscout_script backlight alsa memory cpu wlan eth_intern eth_dock battery date powermenu[m [32m+[m[32mmodules-right =[m tray-position = right[m tray-padding = 2[m tray-background = #888888[m [1mdiff --git a/polybar/launch.sh b/polybar/launch.sh[m [1mindex 70a82ec..a1038be 100755[m [1m--- a/polybar/launch.sh[m [1m+++ b/polybar/launch.sh[m [36m@@ -1,5 +1,5 @@[m #!/bin/bash[m [31m-# Terminate already running bar instances[m [32m+[m[32m# Terminate already running instances[m killall -q polybar[m # Launch bar[m for m in $(polybar --list-monitors | cut -d":" -f1); do[m