summaryrefslogtreecommitdiff
path: root/modules/drawers/Interactions.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bar: add compact tray option2 * r + 2 * t2025-09-251-3/+7
| | | | Closes #659
* internal: centralise focus grabs2 * r + 2 * t2025-09-201-2/+2
| | | | Except detached popouts focus grab (its meant to be exclusive to the other grab)
* feat: add sidebar2 * r + 2 * t2025-09-181-21/+56
| | | | WIP
* osd: fix anim when appear on change2 * r + 2 * t2025-09-171-13/+4
|
* internal: remove workaround for hyprland bug2 * r + 2 * t2025-09-151-3/+0
|
* internal: fix null warnings2 * r + 2 * t2025-09-151-1/+1
|
* internal: fix blurriness2 * r + 2 * t2025-09-131-0/+1
|
* popouts/tray: better interaction2 * r + 2 * t2025-09-131-1/+1
| | | | | | Not exclusive when on first layer of submenus Closes #610
* interactions: fix interaction area2 * r + 2 * t2025-09-121-0/+2
| | | | Hyprland bug smh
* launcher: fix showOnHover2 * r + 2 * t2025-09-101-1/+2
| | | | | Closes #591 Fixes #562
* launcher: allow show on hover (#498)M Matthew Hydock2025-08-301-2/+4
| | | | added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
* interactions: fix popouts close on lose hover2 * r + 2 * t2025-08-231-0/+6
|
* bar: allow hiding items and reordering (#379)Laurens Duin2025-08-131-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: reorder bar, no popout yet * chore: cleanup * refactor: use DelegateChooser * feat: popouts * chore: cleanup * better popout check + fix async stuff + bar interaction + a bunch of other fixes * fix activewindow and bar vertical padding * readme: add config opt * bar: fix top/bottom padding * bar: better wheel behaviour --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: better scroll actions2 * r + 2 * t2025-08-091-1/+19
| | | | Also fix workspaces interaction area
* dashboard: showOnHover config option (#361)Noah Zepner2025-08-071-1/+1
| | | | | | | | | | | * dashboard: showOnHover config option * dashboard: close on lose focus when !showOnHover Also update readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* interactions: disable when detached panel2 * r + 2 * t2025-07-261-0/+3
|
* dashboard: show on hover (for touch devices)Soramane2025-07-261-0/+9
|
* popouts: better tray menu focus handling2 * r + 2 * t2025-07-231-11/+4
| | | | Don't hide on hover lost, use a focus grab instead
* internal: code style2 * r + 2 * t2025-07-201-9/+8
|
* internal: use new qs importsSoramane2025-07-161-4/+4
|
* bar: some internal fixes2 * r + 2 * t2025-07-101-5/+3
|
* feat: non persistent bar option2 * r + 2 * t2025-07-101-0/+20
|
* feat: drag launcher to open/close2 * r + 2 * t2025-07-101-1/+10
| | | | Also fix dragging for session
* internal: add utilities panel base2 * r + 2 * t2025-07-101-2/+39
|
* internal: fix qmlls freezing2 * r + 2 * t2025-06-191-4/+4
|
* feat: user config file2 * r + 2 * t2025-06-151-6/+9
| | | | Config file at `~/.config/caelestia/shell.json`
* Add custom shortcut for launcher, dashboard and osd all in one (#53)Tim Hämisch2025-06-141-6/+80
| | | | | | | | | | | | | | | | * Add custom shortcut for launcher, dashboard and osd all in one * Fix Shortcut description * shortcuts: fix showall Some fixes: - no need for the complex shortcut - fix formatting - fix unqualified access --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* popouts: fix multimonitoroutfoxxed2025-06-061-3/+5
|
* internal: move bar to drawer window2 * r + 2 * t2025-06-071-5/+6
| | | | Fixes a few bugs, also removes need for hyprland order layerrule
* drawers: fix interaction areas2 * r + 2 * t2025-06-051-4/+3
| | | | Outer corners shouldn't be part of interaction area
* feat: bar popouts2 * r + 2 * t2025-06-021-0/+13
| | | | Create active window popout
* drawers: dont use hyprland cursor pos2 * r + 2 * t2025-05-271-26/+24
| | | | Use mousearea with positionChanged and containsMouse
* drawers: fix interactions for multimonitor2 * r + 2 * t2025-05-271-2/+2
| | | | Or monitors that arent positioned at 0,0 *cough* outfoxxed
* drawers: fix interactions2 * r + 2 * t2025-05-241-1/+3
| | | | Fix offset caused by bar
* feat: dashboard2 * r + 2 * t2025-05-171-0/+7
|
* interactions: fix mouse position2 * r + 2 * t2025-05-151-3/+8
| | | | Didn't account for border thickness
* session: show/hide on drag2 * r + 2 * t2025-05-131-4/+16
|
* osd: fix show on hover + show on audio/brightness change2 * r + 2 * t2025-05-131-5/+27
|
* osd: show on hover2 * r + 2 * t2025-05-131-2/+13
|
* refactor: split drawers2 * r + 2 * t2025-05-081-0/+11
Split off interactions into new file Also fix hover osd