diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index 12ddf222..6d70d417 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -36,12 +36,12 @@ xset s off
 ## SERVICES AND DAEMONS
 sxhkd &						# Simple hotkey daemon
 dunst &						# Notification daemon
-redshift -l 38.627003;-90.199402 &		# Eye strain-reducer
+redshift -l 38.627003:-90.199402 &		# Eye strain-reducer
 
 feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
 compton &					# Desktop compositor
 pulseaudio -D &					# Audio daemon
-polybar top &					# Simple bar system for monitoring system
+polybar top & # Simple bar
 
 syncthing -no-browser &				# File synchronization daemon
 
@@ -51,7 +51,7 @@ syncthing -no-browser &				# File synchronization daemon
 i3lock -i ~/.i3splash &
 
 ## bspwm GENERAL CONFIGURATION
-bspc monitor -d			web music terminal files V VI VII VIII mail touchy
+bspc monitor -d			I II III IV V VI VII VIII IX X
 
 bspc config border_width	2
 bspc config window_gap		4
@@ -70,7 +70,7 @@ bspc config normal_border_color			"#1d2021"
 bspc config urgent_border_color			"#fabd2f"
 
 ## bspwm WINDOW RULES
-bspc rule -a Firefox desktop=web
-bspc rule -a Spotify desktop=music
-bspc rule -a Thunderbird desktop=mail
+bspc rule -a Firefox desktop=I
+bspc rule -a Spotify desktop=II
+bspc rule -a Thunderbird desktop=IX
 
diff --git a/.config/polybar/config b/.config/polybar/config
index 2b82ae3b..8787ccbb 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -209,17 +209,17 @@ format = <label-state> <label-mode>
 pin-workspaces = true
 
 ; Firefox logo
-ws-icon-0 = web;
+ws-icon-0 = I;
 ; Beamed eigth notes
-ws-icon-1 = music;
+ws-icon-1 = II;
 ; Terminal
-ws-icon-2 = terminal;
+ws-icon-2 = III;
 ; Folder
-ws-icon-3 = files; 
+ws-icon-3 = IV;
 ; Envelope
-ws-icon-8 = mail; 
+ws-icon-8 = IX;
 ; Erlenmeyer flask
-ws-icon-9 = touchy; 
+ws-icon-9 = X;
 ; Monitor
 ws-icon-default = 
 
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 3eadd686..9ae7c2fb 100755
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -28,7 +28,7 @@ AudioMute
 #
 
 # quit bspwm normally
-alt + alt + Escape
+alt + shift + Escape
 	bspc quit
 
 # close and kill
@@ -66,11 +66,11 @@ alt + ctrl + {x,y,z}
 # focus the node in the given direction
 alt + {_,shift + }{h,j,k,l}
 	bspc node -{f,s} {west,south,north,east}
-alt + {_,shift + }{left,down,up,right}
+alt + {_,shift + }{Left,Down,Up,Right}
 	bspc node -{f,s} {west,south,north,east}
 
 # focus the node for the given path jump
-alt + {p,b,comma,period}
+alt + {p,b,comma,period
 	bspc node -f @{parent,brother,first,second}
 
 # focus the next/previous node in the current desktop
@@ -100,7 +100,7 @@ alt + {_,shift + }{1-9,0}
 #
 
 # preselect the direction
-alt + ctrl + {h,j,k,l}
+super + {h,j,k,l}
 	bspc node -p {west,south,north,east}
 
 # preselect the ratio
@@ -120,11 +120,11 @@ alt + ctrl + shift + space
 #
 
 # expand a window by moving one of its side outward
-alt + alt + {h,j,k,l}
+super + alt + {h,j,k,l}
 	bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
 
 # contract a window by moving one of its side inward
-alt + alt + shift + {h,j,k,l}
+super + alt + shift + {h,j,k,l}
 	bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
 
 # move a floating window