Alexis Rouillard
e4e47cad5c
Merge pull request #3088 from VAWVAW/hyprland-bar-scroll
...
hyprland/workspaces: Add `enable-bar-scroll` option
2026-02-13 23:43:12 +01:00
vawvaw
5b595a4dfe
hyprland/workspaces: Add enable-bar-scroll option
2026-02-13 20:48:59 +01:00
Prakhar Chhalotre
3e7976c8eb
fix: use pango markup for consistent formatting in format and tooltip-format
2026-02-13 02:23:16 +05:30
Ansari
c4f1aba11c
Merge branch 'Alexays:master' into master
2026-02-10 20:52:57 +05:30
Austin Horstman
3b478ee6a5
chore: format
...
Some unrelated files failed formatting.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-09 15:53:44 -06:00
copilot-swe-agent[bot] and Alexays
da8fd864c6
Simplify mutex locking in WindowCount module
...
- Acquire lock once at start of update() and hold for entire function
- Remove redundant lock from queryActiveWorkspace() since it's only called from update()
This addresses code review feedback and makes the locking strategy clearer
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 08:57:53 +00:00
copilot-swe-agent[bot] and Alexays
c1240a98aa
Fix mutex locking in WindowCount module
...
Ensure workspace_ accesses are properly protected by mutex after queryActiveWorkspace call
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 08:56:17 +00:00
copilot-swe-agent[bot] and Alexays
330c77c87a
Fix thread safety in Hyprland modules to prevent corrupted double-linked list crash
...
- Move GTK operations from IPC thread to GTK main thread in Window module
- Move GTK operations from IPC thread to GTK main thread in WindowCount module
- Move GTK style class operations from IPC thread to GTK main thread in Submap module
- Language and Workspaces modules already safe (only update internal state)
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 08:54:36 +00:00
Alex
39e59e557f
fix: double free / uncatched errors
2026-02-04 09:47:00 +01:00
Alex
47fb21a2c1
chore: upgrade to clang-format@21
2026-02-04 09:24:14 +01:00
Aaron Gerbert
b192244f50
Commit Squash
2026-01-23 11:27:38 -05:00
Ansari
3df7a684fc
Merge remote-tracking branch 'upstream/master'
2026-01-22 21:47:09 +05:30
zjeffer
8f5fc990a5
hyprland/workspaces: don't show persistent special workspaces if show-special is disabled
2026-01-10 13:29:40 +01:00
Ansari
a8a41bd17c
fix(workspaces): skip ignored workspaces in persistent rules
2026-01-03 11:20:03 +05:30
dimti
4c12001569
do not need to remove css class from gtk label on init phase
2025-10-10 11:58:56 +03:00
dimti
a36a5e89a9
Approach to dry pattern - separate remove/add css-classes logic to methods
2025-10-10 11:57:44 +03:00
dimti
2e6bf549a0
Change label css classes in initial and on event language class method. Used in getLabel - make a strange behaviour
2025-10-10 11:52:59 +03:00
dimti
bdf501a8a5
make getLayout is not static and set css classes for short name keyboard layout in getLayout method
2025-10-10 11:35:47 +03:00
dimti
cd820a100d
also remove/add css class in onEvent method
2025-10-10 11:14:30 +03:00
dimti
192baa4556
Add css class to hyprland language module of short_name language code
2025-10-07 10:41:19 +03:00
Alexis Rouillard
a16d53b30d
Merge branch 'master' into fix/zjeffer/thread-sanitizer-warning
2025-10-05 10:51:47 +02:00
Alexis Rouillard
4f16ec16f9
Merge pull request #4395 from pol-rivero/workspace-taskbar-improvements
...
[hyprland/workspaces] Taskbar improvements
2025-10-01 14:27:13 +02:00
Alexis Rouillard
5c01ad75f1
Merge pull request #4358 from labruzese/master
...
Moved workspace id failing to parse from an error to part of the trace
2025-10-01 14:23:59 +02:00
Pol Rivero
5f1db15c2e
Workspaces containing only ignored windows should be considered empty
...
This fixes #4479
2025-10-01 08:06:11 +02:00
Lukas Fleischer
5a29473080
Prevent child zombie process from tearing down Hyprland IPC
...
In rare circumstances, we may fork(), e.g., as part of a custom module,
and the child process may fail to exec() and exit. In those cases, the
IPC destructor will be called in the child process.
Prior to this commit, this call would then result in the shared socket
being closed. Prevent this by only closing the socket from the original
process.
Fixes #3975 and #4152 .
Signed-off-by: Lukas Fleischer <lfleischer@lfos.de >
2025-08-22 18:58:53 -04:00
Pol Rivero
45d01ce6e5
Implement "active-window-position"
2025-08-18 21:23:36 +02:00
Pol Rivero
691b7d427b
Implement "reverse-direction"
2025-08-18 20:49:14 +02:00
zjeffer
5079884b78
Hyprland IPC improvements, fix tsan warning, WindowCount shouldn't create a separate IPC
2025-08-12 19:39:36 +02:00
Skylar Abruzese
64b64d0316
Moved workspace id failing to parse from an error to part of the trace.
...
With named persistent workspaces it is expected behavior that they have
no id since their workspace may not have been created by hyprland yet.
2025-08-09 18:33:35 -04:00
shibjyoti555
ca8f51a39f
added a "fallback" option to hyprland/window when no window in focus
2025-08-09 03:27:01 +05:30
Pol Rivero
5bbace1d43
Merge remote-tracking branch 'upstream/master'
2025-07-29 23:30:44 +02:00
peelz
b4d95b405c
style: clang-format
2025-07-20 22:40:29 -04:00
arnaud-ma
8dcdd97879
small fixes
2025-07-19 05:01:29 +02:00
arnaud-ma
2dc2b5ccfd
fix #4307
2025-07-19 04:50:59 +02:00
arnaud-ma
a4f200cdb5
revert
2025-07-19 04:47:31 +02:00
arnaud-ma
64ed2cd970
fix indentation
2025-07-19 03:23:32 +02:00
arnaud-ma
e45883088d
hyprland: Remove redundant workspace rules loading
2025-07-19 03:18:48 +02:00
Alexis Rouillard
94777921d9
Merge pull request #4272 from labruzese/master
...
fix: hyprland named persistent workspaces
2025-07-13 09:07:26 +02:00
Andy Carlson
fd67002662
fix: prevent persistent workspaces from being duplicated if they exist under a different name
2025-07-06 23:11:00 -04:00
Pol Rivero
c98cb7095d
Merge remote-tracking branch 'upstream/master'
2025-07-06 10:18:59 +02:00
Skylar Abruzese
6d3b93bbf7
fix: added active workspace matching by name as fallback
...
fixes bug where persistent workspaces would not be marked as active
because their id is based on creation time by hyprland and thus we can't
consistently match the id's without constantly changing them (this would
also cause issues with workspace sorting).
2025-07-03 18:48:04 -04:00
Skylar Abruzese
9ef6dc7380
fix: hyprland named persistent workspaces
...
allowed persistent workspaces to be defined with names instead of just
id's
2025-07-03 17:44:37 -04:00
mexanoz
7505e2c3f3
fix hyprland/language layout parsing
2025-06-27 20:54:38 +05:00
Alexis Rouillard
0c1f1f2df9
Merge pull request #3544 from nktnet1/hyprland/windowcount
...
add Hyprland/windowcount module
2025-06-22 09:03:21 +01:00
Alex
ee91d18ad9
fix: lint
2025-06-22 10:01:36 +02:00
Alexis Rouillard
ea1ee2c027
Merge pull request #4068 from Rimsoo/patch-1
...
Fixed one layout with multiple variant bug hyprland/language Fixes #3676
2025-06-22 08:59:05 +01:00
Alexis Rouillard
77b42105a6
Merge pull request #4136 from Roc25/special-centered
...
hyprland workspaces: Add sorting Special Centered
2025-06-22 08:57:12 +01:00
Alexis Rouillard
71c6c6032b
Merge pull request #4133 from Roc25/persistent-only
...
Add persistent-only setting for hyprland/workspaces
2025-06-22 08:50:33 +01:00
Alex
286cff2e3d
fix: lint
2025-06-22 09:44:35 +02:00
Alexis Rouillard
6206cebd75
Merge pull request #3887 from torstehu/fix-typo
...
Fix typos in function, variable names and in documentation
2025-06-22 08:39:23 +01:00