Austin Horstman
b365831839
test/hyprland/backend: fix
2024-06-09 13:04:09 -05:00
Austin Horstman
959422f143
modules/hyprland/backend: protect against crash when XDG_RUNTIME_DIR not set
2024-06-09 10:18:20 -05:00
Austin Horstman
fa2e21dfd5
modules/hyprland/backend: move getSocketFolder to class
2024-06-09 10:18:20 -05:00
Austin Horstman
58e7abba2c
tests: split into separate binaries
2024-06-08 22:43:48 -05:00
Austin Horstman
87eaa75b8a
test/hyprland/backend: init
2024-06-08 22:43:48 -05:00
Austin Horstman
749f46f86f
test/fixtures: Add GlibTestsFixture
2024-06-08 22:18:23 -05:00
Austin Horstman
0055ee6910
modules/hyprland/workspaces: remove unneccesary visibleWorkspaces variable
2024-06-07 13:56:49 -05:00
Austin Horstman
1b3b45779a
modules/hyprland/backend: add getSocketFolder to header
2024-06-07 13:56:49 -05:00
Austin Horstman
e1a6d513cc
test/config: add hyprland-workspaces config
2024-06-07 13:56:49 -05:00
Alexis Rouillard
f4da203915
Merge pull request #3336 from pjones/pjones/current-only
2024-06-07 08:35:02 +02:00
Peter Jones
637b220f82
sway/workspaces: Correct behavior when "current-only" is set
...
The `current-only` workspace setting should display only the active
workspace name as determined by its `focused` attribute. However,
according to the `get_tree` output, workspaces that contain a focused
window will report `"focused": false` and the window will report
`"focused": true.` In this case, Waybar will not display a workspace
name at all.
This change updates the logic for determining if a workspace is
focused by also looking for a focused window.
2024-06-06 15:29:33 -07:00
Alexis Rouillard
365e77af58
Merge pull request #3332 from zspher/patch-wlr-taskbar
2024-06-05 22:07:55 +02:00
zspher
1b1442e3ba
fix: taskbar not applying empty class on empty
2024-06-06 03:23:47 +08:00
Alexis Rouillard
7163752aa0
Merge pull request #3317 from jackwilsdon/patch-1
...
Fix format replacement names
2024-05-31 17:59:21 +02:00
Jack Wilsdon
e9350cf25f
Fix format replacement names
2024-05-31 14:31:29 +00:00
Alexis Rouillard
1a1a61e917
Merge pull request #3313 from zjeffer/fix/zjeffer/dockerfiles
2024-05-30 20:28:55 +02:00
zjeffer
532a90259b
Dont fail docker image builds when another build fails
2024-05-30 20:18:33 +02:00
zjeffer
cf66604f85
fix fedora image
2024-05-30 19:35:32 +02:00
Alexis Rouillard
9332697ec1
Merge pull request #3064 from alttabber/master
...
Hyprland/Workspaces: Added option to hide non-visible special workspaces
2024-05-29 10:23:26 +02:00
Alexis Rouillard
ab735f723c
Merge pull request #3309 from khaneliman/workflows
2024-05-29 08:07:05 +02:00
Austin Horstman
c5b5b64dfa
modules/temperature: remove unused import
2024-05-28 15:41:10 -05:00
Austin Horstman
381fe83008
Makefile: fix meson deprecations
2024-05-28 15:41:10 -05:00
Austin Horstman
8adb0a5644
.github/workflows: fix meson deprecations
2024-05-28 15:41:10 -05:00
Alexis Rouillard
0d518cb5a3
Merge pull request #3308 from khaneliman/bugfix/3280
...
modules/hyprland/backend: use /tmp
2024-05-28 18:00:53 +02:00
Austin Horstman
24e8766aaa
hyprland/backend: use /tmp
...
Was hardcoded to /tmp in previous versions
2024-05-28 11:00:20 -05:00
alttabber
29e3d8c371
Hide non-visible special workspaces
2024-05-28 17:45:01 +02:00
Alexis Rouillard
57f2a57dac
Merge pull request #3306 from JohnRTitor/workflows-patch
...
workflows: add nix workflows
2024-05-28 10:21:39 +02:00
John Titor
b6ca3ea4d9
worflows: add update-flake-lock action
...
automatically updates the nix flake lock file
runs once a month
2024-05-28 13:29:25 +05:30
John Titor
1a9952d0c0
workflows: add nix-test workflow
...
Checks the flake
Builds and tests the package
2024-05-28 13:29:25 +05:30
Alex
a4a4be3381
fix: lint
2024-05-28 09:19:21 +02:00
Alexis Rouillard
b7ce0b05b1
Merge pull request #3281 from VlctM/master
...
fix(#3211 ) change layer for mode invisible to nullopt
2024-05-28 09:18:36 +02:00
Alexis Rouillard
af87388eb4
Update docker.yml
2024-05-28 09:13:11 +02:00
Alexis Rouillard
2aa8008ae2
Merge pull request #3259 from zjeffer/docker-images-action
...
Add GitHub action for nightly Docker image building
2024-05-28 09:11:07 +02:00
Alexis Rouillard
d4413f5fa6
Merge pull request #3255 from LukashonakV/ISSUE#2240
...
Fix Clock. Tooltip calendar text overflows(#2240 )
2024-05-28 09:08:31 +02:00
Alexis Rouillard
af7945197e
Merge pull request #3260 from zjeffer/clang-tidy
...
clang-tidy fixes in the privacy module
2024-05-28 09:07:57 +02:00
Alexis Rouillard
ac2fa9870f
Merge pull request #3241 from rtgiskard/master
...
temperature: allow hwmon-path-abs as array
2024-05-27 09:03:08 +02:00
Alexis Rouillard
a3ac6cb099
Merge pull request #3258 from zjeffer/master
...
Fix debian dockerfile
2024-05-27 08:47:33 +02:00
Alexis Rouillard
dc203b8439
Merge pull request #3299 from khaneliman/cleanup
...
hyprland: refactor and cleanup
2024-05-27 08:47:09 +02:00
Austin Horstman
f5bb086460
hyprland/workspaces: sort methods
2024-05-24 14:41:59 -05:00
Austin Horstman
9ba9d57c8c
hyprland/windowcreationpayload: sort methods
2024-05-24 14:30:31 -05:00
Austin Horstman
82ae474002
hyprland/workspace: sort methods
2024-05-24 14:29:03 -05:00
Austin Horstman
56319a4705
hyprland/workspaces: break up implementations
2024-05-24 14:21:31 -05:00
Austin Horstman
07c91c200a
hyprland/workspaces: break up headers
2024-05-24 14:21:31 -05:00
Austin Horstman
d73051e980
hyprland/workspaces: break up doUpdate
2024-05-24 14:21:31 -05:00
Austin Horstman
9fe51af6b0
hyprland/workspaces: break up parseConfig
2024-05-24 14:21:31 -05:00
Austin Horstman
e4353e548a
.gitignore: add .ccls-cache
2024-05-24 14:21:31 -05:00
Alexis Rouillard
63bb338343
Merge pull request #3296 from unrealhoang/nix_cava_bump
2024-05-24 06:16:41 +02:00
Unreal Hoang
d012124c03
cava bump: 0.10.2 for nix
2024-05-24 09:18:25 +09:00
Alexis Rouillard
10664922c9
Merge pull request #3294 from LukashonakV/cava_bump
2024-05-23 23:03:49 +02:00
Viktar Lukashonak
60a613ae51
cava bump: 0.10.2
...
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
2024-05-23 16:15:48 +03:00