David Heinemeier Hansson
d3b2cff9ce
Hate looking at that 0
2026-02-09 18:46:29 +01:00
David Heinemeier Hansson
b7415da7ff
Attach to last used session or start a new if we have none
2026-02-09 17:07:44 +01:00
David Heinemeier Hansson
084286e3f1
Add alias for it
2026-02-09 17:04:47 +01:00
David Heinemeier Hansson
fda53ac3fe
Self-explanatory, really
2026-02-09 15:15:52 +01:00
David Heinemeier Hansson
ad43162f24
Add Tmux
...
Being able to use a unified terminal setup between local and remote
hosts has some real advantages.
2026-02-09 14:32:42 +01:00
David Heinemeier Hansson
ff234bba1f
Ensure Walker can't just die and stay dead ( #4555 )
2026-02-09 13:08:13 +01:00
David Heinemeier Hansson
74eea9e716
The AC Power detection is buggy on several laptops
...
Just commit to always going from suspend to hibernate on the specified
delay
2026-02-08 10:22:39 +01:00
David Heinemeier Hansson
66cb888a2e
Don't try to hibernate based on battery level checks
...
We just rely on the fixed hibernate delay
2026-02-08 09:09:16 +01:00
David Heinemeier Hansson
0a5755e51f
Pick something that doesn't conflict with existing command
2026-02-08 08:42:14 +01:00
David Heinemeier Hansson
0e2ed5439e
Suggestion for claude
2026-02-07 15:32:12 +01:00
David Heinemeier Hansson
ae45f06847
Fix gum confirm color for no
2026-02-07 11:06:35 +01:00
David Heinemeier Hansson
3bbb57b54d
Use real config files as much as possible
2026-02-07 10:37:39 +01:00
David Heinemeier Hansson
ebfb7f16e8
Raise sleep-to-hibernate to survive a long lunch
2026-02-07 10:18:01 +01:00
David Heinemeier Hansson
2087d96ad8
Fix perms
2026-02-06 22:08:23 +01:00
David Heinemeier Hansson
c268fb6c9b
Turn off backlighting before sleep
...
So it cant keep the computer awake
2026-02-06 11:16:18 +01:00
David Heinemeier Hansson
248a7a611b
Fix perms
2026-02-05 14:48:21 +01:00
David Heinemeier Hansson
ba14cd36dd
Sync keyboard colors with theme if asusctl is installed
2026-02-05 09:05:30 +01:00
David Heinemeier Hansson
34b22a23f6
Revert "Fix correct suspend-then-hibernate options"
...
This reverts commit f0d5c35271 .
2026-02-04 21:56:34 +01:00
David Heinemeier Hansson
f0d5c35271
Fix correct suspend-then-hibernate options
...
So we don't try to hibernate when sleeping while on power
2026-02-04 21:54:26 +01:00
James Robey
49a2941e2b
Sanitize prompt before starship init ( #4269 )
...
Add prompt sanitization to clear stale terminal line state after abnormal exits, preventing prompt artifacts.
2026-02-01 17:49:59 +01:00
David Heinemeier Hansson
87da28a965
Fix the video PWAs
2026-02-01 17:39:26 +01:00
David Heinemeier Hansson
23b74c6212
Fix opacity issues by using a tag to apply the default opacity that can be removed
...
Fixes #4168
2026-02-01 16:30:27 +01:00
David Heinemeier Hansson
ab4694e3f5
Introduce rc channel
2026-01-31 21:49:07 +01:00
nptr
7265c22728
Update opacity rule for Steam window class ( #4386 )
...
The steam class for opacity is missing the `.*` regular expression. Just `steam` does not match launched steam apps. Therefore, currently, steam apps have the default opacity of `0.97` of omarchy. This is usually not noticable, but very distracting on an OLED Screen and Games with dark/black scenes / menues and a brigher / any app opend 'behind' the game.
2026-01-31 18:06:11 +01:00
Stefan Gründel
32d187eab0
Add window rules for Bitwarden Chrome Extension ( #4389 )
2026-01-31 18:02:17 +01:00
David Heinemeier Hansson
7ffdfdbda9
Only idleinhibit
...
Fullscreen does not work well with authentication
2026-01-31 15:35:46 +01:00
David Heinemeier Hansson
d6c28f317d
Force fullscreen
...
Floating just makes it crash
2026-01-31 13:27:57 +01:00
David Heinemeier Hansson
9d07cc884c
Add installer and windowrule configuration for NVIDIA GeForce Now
2026-01-31 12:35:35 +01:00
Ryan Hughes
2df5f231cb
Add x11 fallback to SDL_VIDEODRIVER for compatibility
2026-01-30 12:46:13 -05:00
Nicolas Dorier
3b94207ba7
Fix: Jetbrains rules were not working properly anymore ( #4150 )
2026-01-30 11:51:33 +01:00
Ryan Hughes
ec305459f8
Prevent Telegram from stealing focus on every message receipt
2026-01-29 10:24:25 -05:00
mitanjan
d89614248b
auto toggle scratchpad on switching workspace ( #4250 )
2026-01-27 11:47:27 +01:00
James Robey
adfe182984
Use subshell for open() to avoid job control output ( #4366 )
...
If it is not run as a sub-shell, using open and then subsequently closing the app will pollute the existing terminal with messages like:
[1] 287915
[1]+ Done xdg-open "$@" > /dev/null 2>&1
Making it a subshell removes this noise and keeps it more like the open command in macOS.
2026-01-27 11:34:16 +01:00
David Heinemeier Hansson
d884265d46
Add keyboard brightness controls
2026-01-19 17:53:19 -04:00
David Heinemeier Hansson
5e1ce16358
Centralize all brightness commands
2026-01-19 17:49:53 -04:00
David Heinemeier Hansson
2c7b283aef
Toggle hybrid GPU mode via supergfxctl ( #4277 )
...
* Toggle hybrid GPU mode via supergfxctl
Very useful for Asus G14 and other laptops with NVIDIA + AMD iGPU
combos.
* Use correct exit
* Simplify
* Wording
* Revise switching process
* Spacing
* These are sudo actions
* Make it exe
* No need for extensions
Matches existing style
* Relying on the new config should be enough since we are restarting anyway
* Prevent race condition
* Reminder to add to OPR
2026-01-19 17:11:23 -04:00
David Heinemeier Hansson
21514dc577
Turn audio soft mixing into an opt-in toggle
...
It causes issues on some machines, but is required on the Asus G14
2026-01-17 14:43:59 -05:00
David Heinemeier Hansson
291786d36a
Set brightness in a more broadly compatible way
...
Fixes brightness setting on the Asus G14
2026-01-14 16:37:22 -05:00
David Heinemeier Hansson
cd995319bf
Add img2jpg-medium
2026-01-12 11:50:07 +01:00
David Heinemeier Hansson
55668f4c6d
Use just a single capture menu instead
2026-01-12 10:59:55 +01:00
David Heinemeier Hansson
9c71962a16
Add Super + Ctrl + P (and friends) as alternative keybinds for captures on keyboards without a printscr key
...
Closes #4051
2026-01-12 10:57:04 +01:00
David Heinemeier Hansson
295c7c91fc
Fix concatenation
2026-01-10 14:33:36 +01:00
Will Hampson
bc1a531534
fix: skill name must match case of skill directory exactly ( #4162 )
2026-01-09 15:40:56 +01:00
David Heinemeier Hansson
72b3b930c7
Drop the needless active_border_color/active_tab_background settings in favor of just using accent
...
Closes #4121
2026-01-08 10:32:21 +01:00
David Heinemeier Hansson
5603fb50fd
Dramatically simplify omarchy-theme-set-obsidian
...
The cost is that only themes with a colors.toml file will get Obsidian
themeing.
2026-01-08 10:16:14 +01:00
David Heinemeier Hansson
2851687bbb
Fix use of accent colors
2026-01-08 09:18:22 +01:00
David Heinemeier Hansson
2855712158
Ensure mirror and pkgs channels are always kept in sync as stable or edge
2026-01-07 19:45:00 +01:00
David Heinemeier Hansson
2063680c82
Move to correct location
2026-01-07 19:27:19 +01:00
Ryan Hughes
d207d505f5
Add initial omarchy skill for OpenCode (and friends) ( #4090 )
2026-01-07 17:19:53 +01:00
David Heinemeier Hansson
68ca8d8083
Add Super + Shift + Ctrl + L to lock system
2026-01-06 22:43:05 +01:00