diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 25b5c67..b8ad20c 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -57,6 +57,7 @@ exec-once = hyprpm reload -n
exec-once = flatpak run com.github.wwmm.easyeffects -w
exec-once = powertop --auto-tune
exec-once = systemctl --user start hyprpolkitagent
+exec-once = xrdb -merge ~/.Xresources
#############################
@@ -261,12 +262,12 @@ bind = $mainMod SHIFT, S, pin
bind = $mainMod, B, hy3:makegroup, h
bind = $mainMod, V, hy3:makegroup, v
bind = $mainMod, W, hy3:makegroup, tab
-bind = $mainMod, A, hy3:changefocus, raise
bind = $mainMod, X, hy3:locktab
-bind = $mainMod, E, hy3:expand, expand
bind = $mainMod, R, hy3:changegroup, opposite
-bind = $mainMod SHIFT, A, hy3:changefocus, lower
-bind = $mainMod SHIFT, E, hy3:expand, base
+#bind = $mainMod SHIFT, A, hy3:changefocus, lower
+#bind = $mainMod, A, hy3:changefocus, raise
+#bind = $mainMod SHIFT, E, hy3:expand, base
+#bind = $mainMod, E, hy3:expand, expand
# Move focus with mainMod + arrow keys
bind = $mainMod, h, hy3:movefocus, l
@@ -338,6 +339,10 @@ bindl = , XF86AudioPause, exec, playerctl play-pause
bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
+# Screenshots
+bindel = $mainMod, p, exec, grimshot --notify savecopy anything
+bindel = $mainMod, m, exec, shikanectl reload
+
##############################
### WINDOWS AND WORKSPACES ###
##############################
diff --git a/.config/hypr/waybar/config.jsonc b/.config/hypr/waybar/config.jsonc
index 7a39245..694e374 100644
--- a/.config/hypr/waybar/config.jsonc
+++ b/.config/hypr/waybar/config.jsonc
@@ -40,7 +40,7 @@
"clock": {
//"timezone": "America/Los_Angeles",
"tooltip-format": "{:%Y %B}\n{calendar}",
- "format": "{:%r %Y-%m-%d}",
+ "format": "{:%c}",
//"format": "{:%R %p %Y-%m-%d}",
//"format-alt": "{:%Y-%m-%d}"
},