-
Updated
Sep 14, 2019 - Python
tiling
Here are 82 public repositories matching this topic...
I'm not sure if this is an Quicktile or window manager (Gala from Elementary OS in my case) issue.
When using quicktile and tiling windows to the right part of the screen and having them take up 50% or less of the width of the screen it's positioned behind the top bar for some reason:
, or semantically (e.g. no window available in the given direction)
The installation instructions list this as the first option but I can't find it anywhere in the repo here.
-
Updated
Jan 24, 2017 - Go
-
Updated
Feb 2, 2017 - Lua
-
Updated
Nov 29, 2018 - TypeScript
make[1]: Entering directory '/home/uday/git/pluto/examples/ssymm'
touch .test
./orig 2> out_orig
12.579868s
./tiled 2> out_tiled
3.264796s
diff -q out_orig out_tiled
Files out_orig and out_tiled differ
make[1]: *** [../common.mk:106: test] Error 1
Hadlock should be able reload the config if the config file is modified.
This means that every change change in the config file should be applied without restart of Hadlock or require to close any other application.
Suggested method:
What the config file provided upon start using inotify and reconfigure Hadlock (during runtime) if an event indicating change to the config file is received.
-
Updated
May 24, 2020 - Zig
-
Updated
Mar 15, 2020 - Rust
-
Updated
Jun 11, 2018 - C
-
Updated
Jun 6, 2017 - Python
-
Updated
May 16, 2020 - Python
-
Updated
May 22, 2020 - Kotlin
-
Updated
Dec 4, 2017 - C
Create nation flags
Add flags to pStrat.Flags. Some flags may require the implementation of Bezier curves, issue #7. many do not.
-
Updated
Sep 1, 2017 - Python
-
Updated
Jan 27, 2020 - Python
-
Updated
Jan 17, 2018 - MATLAB
Improve this page
Add a description, image, and links to the tiling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tiling topic, visit your repo's landing page and select "manage topics."
Tried to get this running. Looks super nice and promising. A few things I noticed while setting it up.
I needed to set min sdk to 26 (Oreo) to compile. Not a problem, and easily fixable through error messages
Could it be that .defineZoomLevel replaced .defineDetail and .addDetailLevel? readme.md refers to defineDetail in the quick setup , and the wiki uses addDetailLevel. The demo code