diff --git a/gui/dot-config/alacritty.toml b/gui/dot-config/alacritty.toml
index 4441845..02b5e47 100644
--- a/gui/dot-config/alacritty.toml
+++ b/gui/dot-config/alacritty.toml
@@ -1,5 +1,5 @@
[window]
-opacity = 0.8
+#opacity = 0.8
[font]
normal = { family = "monospace", style = "Medium" }
diff --git a/gui/dot-config/hypr/hyprland.conf b/gui/dot-config/hypr/hyprland.conf
index 07c9d1b..0fe3e1c 100644
--- a/gui/dot-config/hypr/hyprland.conf
+++ b/gui/dot-config/hypr/hyprland.conf
@@ -155,6 +155,10 @@ bind = $mainMod SHIFT, D, movetoworkspace, 13
bind = $mainMod SHIFT, G, movetoworkspace, 14
bind = $mainMod, F12, exec, ~/projects/scripts/unison_sync.sh
+# Useful rotation for thinkpad
+bind = $mainMod SHIFT, F7, exec, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,2
+bind = $mainMod, F7, exec, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,0
+
# Resizeing with mouse buttons while pressed mod
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
diff --git a/gui/dot-config/hypr/hyprlock.conf b/gui/dot-config/hypr/hyprlock.conf
new file mode 100644
index 0000000..77b7aa0
--- /dev/null
+++ b/gui/dot-config/hypr/hyprlock.conf
@@ -0,0 +1,45 @@
+input-field {
+ size = 280, 55
+ outline_thickness = 2
+ dots_size = 0.2
+ dots_spacing = 0.2
+ dots_center = true
+ outer_color = rgba(10, 0, 0, 0)
+ inner_color = rgba(255, 255, 255, 0.1)
+ font_color = rgb(200, 200, 200)
+ fade_on_empty = false
+ font_family = SF Pro Display Bold
+ placeholder_text = Enter Pass
+ hide_input = false
+ position = 0, -210
+ halign = center
+ valign = center
+}
+# Date display
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(LC_TIME=en_US.UTF-8 date +"%A, %B %d")"
+ color = rgba(216, 222, 233, 0.90)
+ font_size = 25
+ font_family = SF Pro Display Semibold
+ position = 0, 350
+ halign = center
+ valign = center
+}
+
+# Time display
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%I:%M")"
+ color = rgba(216, 222, 233, 0.90)
+ font_size = 120
+ font_family = SF Pro Display Bold
+ position = 0, 230
+ halign = center
+ valign = center
+}
+
+# Set to just black background as wanted
+background {
+ contrast = 0.5
+}
diff --git a/gui/dot-config/kitty/kitty.conf b/gui/dot-config/kitty/kitty.conf
index 59faade..da79436 100644
--- a/gui/dot-config/kitty/kitty.conf
+++ b/gui/dot-config/kitty/kitty.conf
@@ -2,7 +2,7 @@ include ./theme.conf
font_size 11.5
enable_audio_bell yes
-background_opacity 0.80
+#background_opacity 0.80
default_pointer_shape arrow
mouse_hide_wait 1
diff --git a/home/dot-common_shell b/home/dot-common_shell
index aca80da..9c9377a 100644
--- a/home/dot-common_shell
+++ b/home/dot-common_shell
@@ -19,7 +19,6 @@ alias oati="~/projects/scripts/oathi.sh"
alias imu="immich upload -r ."
alias chch="~/projects/scripts/check_git.sh"
alias rp="rsync --info=progress2 -a --checksum"
-
alias aut="~/projects/scripts/autostart-server.sh"
alias tt="~/projects/scripts/find_gits.sh"
alias on="nvim ~/projects/planner/quick.md"
@@ -28,6 +27,7 @@ alias um="umount /mnt/webdav"
alias mm="systemctl start mnt-webdav.mount"
alias wi="wiki-tui"
alias a="alpine"
+alias h="hx"
alias ff="~/projects/scripts/hyprfix.sh" # Fix the touchpad not working on the laptop with a simple script
alias sp="spotify_player"
alias ne="newsboat"