diff options
| author | Craig Jennings <c@cjennings.net> | 2026-03-07 15:09:21 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-03-07 15:09:21 -0600 |
| commit | 8a28de7fc1132ae57110ead238adc5aa45ff61eb (patch) | |
| tree | 208aba00f05296af2decb1820f28919faeddad7b | |
| parent | 4a01456ee361631907d871621dd57d75008edeca (diff) | |
chore: clean up lock screen comment, update calibre state
Removed stale sxhkdrc reference from lock screen keybinding comment.
| -rw-r--r-- | dotfiles/common/.config/calibre/gui.json | 10 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dotfiles/common/.config/calibre/gui.json b/dotfiles/common/.config/calibre/gui.json index 5dbf9b3..610b5ec 100644 --- a/dotfiles/common/.config/calibre/gui.json +++ b/dotfiles/common/.config/calibre/gui.json @@ -408,27 +408,27 @@ "geometry-of-calibre_main_window_geometry": { "frame_geometry": { "height": 1314, - "width": 2009, + "width": 3374, "x": 0, "y": 0 }, "full_screened": false, "geometry": { "height": 1314, - "width": 2009, + "width": 3374, "x": 0, "y": 0 }, "maximized": true, "normal_geometry": { "height": 1314, - "width": 1659, + "width": 3374, "x": 0, "y": 0 }, "qt": { "__class__": "bytearray", - "__value__": "AdnQywADAAAAAAAAAAAAAAAAB9gAAAUhAAAAAAAAAAAAAAZ6AAAFIQAAAAACAAAADXAAAAAAAAAAAAAAB9gAAAUh" + "__value__": "AdnQywADAAAAAAAAAAAAAAAADS0AAAUhAAAAAAAAAAAAAA0tAAAFIQAAAAACAAAADXAAAAAAAAAAAAAADS0AAAUh" }, "screen": { "depth": 32, @@ -1381,7 +1381,7 @@ }, "library_usage_stats": { "/home/cjennings/archive/books": 10, - "/home/cjennings/sync/books": 56 + "/home/cjennings/sync/books": 60 }, "light_palette_name": "", "light_palettes": { diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 9a895fc..d2dbeb6 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -294,7 +294,7 @@ bind = $mod SHIFT, B, exec, blueman-manager bind = $mod, S, exec, screenshot region bind = CTRL $mod, S, exec, screenshot fullscreen -# Lock screen (from sxhkdrc: super+Escape) +# Lock screen bind = $mod, ESCAPE, exec, hyprlock # Touchpad toggle |
