├── LICENSE.txt ├── README.md ├── backflip ├── center ├── closest ├── config ├── autostart ├── backfliprc ├── keybinds.sxhkd ├── rainb.colors └── rcm.items ├── dattr ├── focus ├── fsd ├── groupmgr ├── ind ├── infob ├── launch.sxhkd ├── lsd ├── makefile ├── outside ├── pulseb ├── rainb ├── rcm ├── rcoll.c ├── routine ├── shoutout ├── snap ├── switch_grid ├── tile └── wclass /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/README.md -------------------------------------------------------------------------------- /backflip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/backflip -------------------------------------------------------------------------------- /center: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/center -------------------------------------------------------------------------------- /closest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/closest -------------------------------------------------------------------------------- /config/autostart: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | telegram & 4 | 5 | -------------------------------------------------------------------------------- /config/backfliprc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/keybinds.sxhkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/config/keybinds.sxhkd -------------------------------------------------------------------------------- /config/rainb.colors: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/rcm.items: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/config/rcm.items -------------------------------------------------------------------------------- /dattr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/dattr -------------------------------------------------------------------------------- /focus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/focus -------------------------------------------------------------------------------- /fsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/fsd -------------------------------------------------------------------------------- /groupmgr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/groupmgr -------------------------------------------------------------------------------- /ind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/ind -------------------------------------------------------------------------------- /infob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/infob -------------------------------------------------------------------------------- /launch.sxhkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/launch.sxhkd -------------------------------------------------------------------------------- /lsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/lsd -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/makefile -------------------------------------------------------------------------------- /outside: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/outside -------------------------------------------------------------------------------- /pulseb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rainb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/rainb -------------------------------------------------------------------------------- /rcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/rcm -------------------------------------------------------------------------------- /rcoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/rcoll.c -------------------------------------------------------------------------------- /routine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/routine -------------------------------------------------------------------------------- /shoutout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/shoutout -------------------------------------------------------------------------------- /snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/snap -------------------------------------------------------------------------------- /switch_grid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/switch_grid -------------------------------------------------------------------------------- /tile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/tile -------------------------------------------------------------------------------- /wclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laserswald/backflip/HEAD/wclass --------------------------------------------------------------------------------