• Stars
    star
    290
  • Rank 137,710 (Top 3 %)
  • Language
    Objective-C
  • Created over 4 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An alternative to Afloat that lives in the dock icon menu

AfloatX

An alternative to Afloat that lives in the dock icon menu. Although AfloatX has some of the same features as Afloat, it is not meant to be a clone. AfloatX is a simple and unobtrusive plugin made to add some additional window management features.

Current Features

  • Keep window on top (floating window)
  • Keep window on behind all other windows
  • Transient mode: Always come to focus in current space. Won't force you back to that windows last active space
  • Sticky mode: Window stays visible on all spaces
  • Invert window color
  • Click-Through window: Window is invisible to clicks (best paired with a floating window)
  • Outline Window: Outline window with 1 of 8 colors
  • Window transparency

Requests?

Open an issue here describing a feature you think would fit well.

Download

  • Download the latest build here
  • Download and install directly from MacForge here

Install

I use and recommend MacForge for managing plugins.

Contribution

If you would like to contribute to AfloatX feel free to send a pull request or open an issue! If you're not a great programmer or don't have any issues, consider getting me a coffee :) https://paypal.me/jslegendre

Screenshots

More Repositories

1

tccplus

tccutil with extended capabilities. Grant/remove accessibility permissions to any app.
Objective-C
180
star
2

MachXPC

Bidirectional XPC between two (or more) processes without a MachService daemon
Objective-C
47
star
3

ACPIPatcher

An EFI application and driver to add SSDTs and/or patch in your own DSDT
C
31
star
4

TouchBar-Simulator

A modern Xcode style touchbar simulator for macOS Catalina and Big Sur
Objective-C
17
star
5

libSymRez

When dlsym isn't enough
C
10
star
6

Termite

MacForge/SIMBL plugin for Bartender 3 to expand on mouse hover
Objective-C
10
star
7

Displace

A macOS autorotation service built for Hackintosh laptops/tablets/2-in-1s but still compatible with Apple hardware
C++
9
star
8

JLMaterialLayer

Build your own NSVisualEffectView
Objective-C
9
star
9

TodayHost

NSExtension and NSRemoteView example by hosting Notification Center widgets/Today Extensions
Objective-C
9
star
10

TOSMotionSensor

A macOS accelerometer driver/SMS emulator for Toshiba devices
C++
7
star
11

JSRollCall

Using heap introspection to find Objective-C objects
Objective-C
7
star
12

libMAList

Get a list of all installed apps on macOS
Objective-C
5
star
13

lswin

A simple macOS CLI tool that lists current window information
Swift
4
star
14

NS-C-UserNotification

How to method swizzle and post an NSUserNotification from pure C
C
3
star
15

macho-bindinfo

A small tool to list all external functions and the libraries/frameworks they come from
C
3
star
16

dot-app-creator

C script that creates a tiny .app bundle to pull the icon from for custom NSUserNotification images
C
3
star
17

ObjC-BlockSwizzle

A much smaller/streamlined way of method swizzling using blocks
Objective-C
2
star
18

xnumake-10.13.6

A self contained build system for creating a bootable xnu-4570.71.2 kernel
Makefile
2
star
19

asm-launchpad

An app written in x86-64 assembly to bring up Launchpad
Assembly
2
star
20

macOS-CPUID

Using CPUID opcode on macOS
Assembly
2
star
21

asm-cfstring

How to use a CF(CFSTR/Core Foundation) string in assembly
Assembly
1
star
22

CFTest

A working but (probably) unfinished unit testing framework for Core Foundation types and NSObjects in C
C
1
star
23

dispatch_queue_limited

A thread-limited dispatch queue with no locks or semaphores
C
1
star
24

asm-echo

An example of pulling command line arguments in x64 assembly in macOS
Assembly
1
star