feat: screenshots, scaling, and h3:layout changes

This commit is contained in:
2026-01-15 09:06:06 -08:00
parent 0ff69d94b3
commit e72e7289d9
2 changed files with 10 additions and 5 deletions

View File

@@ -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 ###
##############################

View File

@@ -40,7 +40,7 @@
"clock": {
//"timezone": "America/Los_Angeles",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%r %Y-%m-%d}",
"format": "{:%c}",
//"format": "{:%R %p %Y-%m-%d}",
//"format-alt": "{:%Y-%m-%d}"
},