Compare commits

..

No commits in common. "d4670a3b3d909445072127a263262bb6945cc645" and "75792fc8130454517b82fdfaccc5595c4d9ba405" have entirely different histories.

3 changed files with 0 additions and 19 deletions

13
LICENSE
View File

@ -1,13 +0,0 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2024 Octopus Octopus @oct2pus@jade.moe
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

View File

@ -1,5 +0,0 @@
# FTLSWITCH
**F**oreign-**T**op**l**evel window switch.
uses [tofi](https://github.com/philj56/tofi), should be easy to modify to your preferred not-a-dmenu program like [rofi](https://github.com/davatorium/rofi) or [bemenu](https://github.com/Cloudef/bemenu).

View File

@ -1,5 +1,4 @@
#!/bin/env fish #!/bin/env fish
# script uses tofi and wlrctl (and fish, duh)
set input (wlrctl toplevel list | tofi) set input (wlrctl toplevel list | tofi)
set app (string split : $input) set app (string split : $input)