summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-26 17:05:17 -0600
committerCraig Jennings <c@cjennings.net>2026-01-26 17:05:17 -0600
commit0c182874d924d79ab5fba7f8f0172c5a4240a27a (patch)
tree8e1de57468335cd72cbed2e16b38877415b05e33
parent7d490453085ae084ce0e3875952eae1d3ad7b1ab (diff)
chore: update config files and todo
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
-rw-r--r--dotfiles/system/.config/.cmailpass.gpg3
-rw-r--r--dotfiles/system/.config/qalculate/qalculate-gtk.cfg2
-rw-r--r--dotfiles/system/.msmtprc4
-rw-r--r--todo.org11
4 files changed, 10 insertions, 10 deletions
diff --git a/dotfiles/system/.config/.cmailpass.gpg b/dotfiles/system/.config/.cmailpass.gpg
index e2f102e..48c4632 100644
--- a/dotfiles/system/.config/.cmailpass.gpg
+++ b/dotfiles/system/.config/.cmailpass.gpg
@@ -1 +1,2 @@
-  LFLJEdM0+G 5nn]݋)>{\ޛ\KZȘݝG>ZėӶKv!>W~< \ No newline at end of file
+  
+O;K g{*FpK4 _ a؛mrj"Τ;܃̀ zxx- 9=`={DY \ No newline at end of file
diff --git a/dotfiles/system/.config/qalculate/qalculate-gtk.cfg b/dotfiles/system/.config/qalculate/qalculate-gtk.cfg
index 7004d0e..22d7f45 100644
--- a/dotfiles/system/.config/qalculate/qalculate-gtk.cfg
+++ b/dotfiles/system/.config/qalculate/qalculate-gtk.cfg
@@ -1,6 +1,6 @@
[General]
-version=5.8.2
+version=5.9.0
allow_multiple_instances=-1
width=1167
always_on_top=0
diff --git a/dotfiles/system/.msmtprc b/dotfiles/system/.msmtprc
index a72861e..6bd8c03 100644
--- a/dotfiles/system/.msmtprc
+++ b/dotfiles/system/.msmtprc
@@ -21,14 +21,14 @@ logfile ~/.msmtp.gmail.log
# ======================================================================
account cmail
-tls_trust_file /home/cjennings/.config/.protonbridge.cert.pem
+tls_certcheck off
auth on
host 127.0.0.1
port 1025
protocol smtp
from c@cjennings.net
user c@cjennings.net
-passwordeval "cat ~/.config/.protonmailsmtp"
+passwordeval "cat ~/.config/.cmailpass"
tls on
tls_starttls on
logfile ~/.msmtp.cmail.log
diff --git a/todo.org b/todo.org
index e54d8ed..71167fb 100644
--- a/todo.org
+++ b/todo.org
@@ -309,15 +309,17 @@ Clock module is configured correctly but not showing on bar.
- Other modules (tray, disk, workspaces) appear to work
- Reference config in reference-repos/hyprland-dotfiles/waybar/
-***** TODO [#B] Add caffeine replacement for Hyprland
-Find and configure a Wayland/Hyprland equivalent to caffeine for preventing screen lock/sleep when needed (e.g., during presentations or video watching).
+***** DONE [#B] Add caffeine replacement for Hyprland
+CLOSED: [2026-01-26 Sun]
+Added waybar idle_inhibitor module as caffeine replacement.
+Click to toggle; prevents screen lock/sleep when activated.
***** DONE [#B] Fill out the exit menu for Hyprland
CLOSED: [2026-01-26 Sun]
Created wlogout exit menu with dupre theme and nerd font icons.
Keybinding: $mod SHIFT Q. Uses pgrep to prevent multiple instances.
-***** TODO [#B] Test wlogout menu on laptop
+***** TODO [#C] Test wlogout menu on laptop
Test wlogout exit menu on laptop to verify sizing works on different display.
Current config uses fixed pixel margins - may need adjustment for laptop screen.
@@ -326,9 +328,6 @@ CLOSED: [2026-01-26 Mon]
Added clearcpuid=rdseed kernel parameter to suppress "RDSEED32 is broken" message.
Also added is_amd_zen5() detection and Hardware Workarounds section to archsetup.
-***** TODO [#B] Configure Hyprland auto-start after login
-Set up automatic Hyprland startup when logging in to console, similar to how .xinitrc starts DWM for X11.
-
***** TODO [#B] Prune desktop files from application menu
Hide unwanted .desktop entries from fuzzel/app launcher. Some installed apps clutter the menu unnecessarily.