Nicolas Dorier
3b94207ba7
Fix: Jetbrains rules were not working properly anymore ( #4150 )
2026-01-30 11:51:33 +01:00
David Heinemeier Hansson
e567020e1b
Use the new helper
2026-01-29 17:38:50 +01:00
Pierre Olivier Martel
f78f5b2c2c
Automatically switch power profile when plugged in (balanced) and unplugged (power saver) ( #4375 )
...
* Set Power Profiles Rules when plugged in (balanced) and unplugged (power-saver)"
* Check for battery presence before installing power profile rules
* Add battery presence check script and update powerprofilesctl rules
* fix indentation
* Simplify power profile rule creation logic
2026-01-29 17:37:18 +01:00
Ryan Hughes
ec305459f8
Prevent Telegram from stealing focus on every message receipt
2026-01-29 10:24:25 -05:00
David Heinemeier Hansson
55231e9726
Add new Miasma theme
...
Original by OldJobobo
2026-01-29 11:42:07 +01:00
David Heinemeier Hansson
a8e0762fbe
Open directories in file manager
2026-01-29 10:29:56 +01:00
David Heinemeier Hansson
bb91f90839
Merge branch 'master' into dev
2026-01-28 18:03:43 +01:00
David Heinemeier Hansson
a7995efac2
Ensure master is used instead of dev as a default
2026-01-28 17:14:17 +01:00
David Heinemeier Hansson
5b534de6a0
Rebooting is needed for hibernation to be available
2026-01-28 13:59:11 +01:00
David Heinemeier Hansson
4fe357972e
We didn't get this working
2026-01-28 13:42:55 +01:00
David Heinemeier Hansson
7015601d77
No need to start on the first install
2026-01-28 13:24:39 +01:00
David Heinemeier Hansson
532f4310d0
Fix audio mixing on ROG in migration as well
2026-01-28 12:20:20 +01:00
David Heinemeier Hansson
56b02f62b5
Switch back to mainline chromium
...
We no longer need the fork, as the themeing is now fully natively
supported
2026-01-28 09:49:42 +01:00
Ryan Hughes
83628ab3bd
Merge pull request #4314 from jmargeta/fix-legacy-mobile-nvidia-cards
...
Fix driver for older NVIDIA MXxxx mobile GPUs
2026-01-27 09:41:05 -05:00
mitanjan
d89614248b
auto toggle scratchpad on switching workspace ( #4250 )
2026-01-27 11:47:27 +01:00
Manuel
77a57aa838
Add kb_variant to input.conf ( #4330 )
...
* add kb_variant to input.conf
* documentation + separation
2026-01-27 11:43:59 +01:00
Pierre Olivier Martel
e455d1bd68
Enable auto-pasting for the emoji picker ( #4344 )
...
* Enable auto-pasting for the emoji picker
* Excess CR
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2026-01-27 11:42:42 +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
Dominik
febd18ce84
Replace yq with pure bash for TOML parsing ( #4171 )
...
* Replace yq with pure bash for TOML parsing
The yq-based parsing only worked with jq/yq v3 and broke with go-yq v4.
This change removes the yq and uses bash for parsing. Some additional improvments:
- Handles single and double quoted values
- Strips inline comments (e.g. "#hex" #comment)
* Remove the no-longer-needed yq packages
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2026-01-27 11:32:37 +01:00
Marco
768c553c4c
Add missing icons to Development remove menus ( #4339 )
...
* Add missing icons to Development remove menus
The Install > Development menu shows icons for each language, but the
Remove > Development menu was missing them (only Ruby on Rails had its
icon). This adds the matching icons to:
- show_remove_development_menu
- show_remove_javascript_menu
- show_remove_php_menu
- show_remove_elixir_menu
---------
Co-authored-by: incpo <nixusnekit>
Co-authored-by: Ryan Hughes <ryan@heyoodle.com >
2026-01-23 08:26:30 -05:00
David Heinemeier Hansson
bf99a2ddc0
Merge branch 'master' into dev
2026-01-23 08:25:43 -05:00
David Heinemeier Hansson
0930583526
Fix sourcing
2026-01-20 16:12:51 -04:00
David Heinemeier Hansson
4a6baafd05
Move all fixes for Asus ROGs to install time
2026-01-20 12:11:49 -04:00
David Heinemeier Hansson
c1bf6c4694
Fix the mic on Asus ROG laptops
2026-01-20 11:59:12 -04:00
David Heinemeier Hansson
66daacb30d
Now available on OPR
2026-01-20 09:45:35 -04:00
Jan Margeta
5b2c0dafbf
Fix drivers for older NVIDIA MXxxx mobile GPUs
...
Installs legacy drivers for older Pascal and Maxwell GPUs MXxx, MX2xx, MX3xx
2026-01-20 13:45:32 +01:00
David Heinemeier Hansson
988418aea1
Make purpose clearer
2026-01-20 08:16:03 -04:00
David Heinemeier Hansson
25451f4a03
Compensate for swayosd not liking a 0.00 progress meter
2026-01-19 17:55:38 -04: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
713b6e3a36
Expose audio soft mixer as a tweak
2026-01-19 17:20:18 -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
4701726c83
Split out removing orphan packages as well
...
And make sure failed AUR update doesn't fail the update entirely
2026-01-19 12:21:06 -05:00
David Heinemeier Hansson
bfc3c69cf1
Update AUR packages after system pkgs + migrate
...
As AUR packages need local compiling and that might fail. Which
shouldn't prevent migrations from running.
2026-01-19 10:49:46 -05: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
5ff76df5e4
Ensure default routes don't overwrite the ffix
2026-01-14 19:53:28 -05:00
David Heinemeier Hansson
bab0004d08
Fix volume controls on Asus G14
2026-01-14 17:40:53 -05:00
David Heinemeier Hansson
93079858f1
Extract shared swayosd helper
2026-01-14 17:21:10 -05:00
David Heinemeier Hansson
4287472e02
Simplify
2026-01-14 17:11:50 -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
Ryan Hughes
ed9a4a45ba
Merge pull request #4247 from incpo/feat/webcam-source-selection
...
Add webcam source selection for screen recording
2026-01-13 18:31:44 -05:00
Pierre Olivier Martel
05b82cbee5
Add headset icon to pulseaudio module in waybar ( #4244 )
2026-01-13 11:28:04 +01:00
incpo
697d09022a
Add webcam source selection for screen recording
...
- Add --webcam-device argument to omarchy-cmd-screenrecord
- Auto-detect first available webcam if none specified
- Add webcam selection UI in omarchy-menu when multiple cameras available
- Skip selection UI when only one webcam is detected
2026-01-13 12:48:00 +03:00
Yaroslav Yenkala
1ff31cfe41
Automatic fallback to Alacritty for legacy GPUs when install Omarchy ( #3711 )
...
* Use alacritty when legacy gpu when install omarchy
* Inline legacy GPU detection, install Alacritty only when needed
2026-01-12 12:24:16 +01:00
David Heinemeier Hansson
cd995319bf
Add img2jpg-medium
2026-01-12 11:50:07 +01:00
David Heinemeier Hansson
281f0b86d2
Add new default wallpaper for Tokyo Night
...
Created by @Maxteabag
Closes #4221
2026-01-12 11:20:33 +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
Ryan Hughes
7d77500c33
Eliminate rdp check causing black screen
2026-01-10 22:39:01 -05:00
Ryan Hughes
fb1d9ccfa3
Merge pull request #4217 from arcangelo7/fix/windows-vm-clipboard-sharing
...
Enable clipboard sharing for Windows VM
2026-01-10 22:38:54 -05:00