Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
CSaratakij committed Aug 17, 2018
2 parents 03d72d6 + 6c1a797 commit f2e3ed5
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*.{cpp,h}]
charset = utf-8
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -330,3 +330,5 @@ ASALocalRun/

# Local History for Visual Studio
.localhistory/

*.swp
1 change: 1 addition & 0 deletions Keybind.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@
[ Mod + Shift + 8 ] - Move window to workspace 8
[ Mod + Shift + 9 ] - Move window to workspace 9
[ Mod + Shift + 10 ] - Move window to workspace 10
[ Mod + F12 ] - Toggle Explorer Shell's Taskbar
```
Binary file modified MyWinTiles/MyWinTiles.cpp
Binary file not shown.
Binary file modified MyWinTiles/MyWinTiles.h
Binary file not shown.
Binary file modified MyWinTiles/Resource.h
Binary file not shown.
Binary file modified MyWinTiles/stdafx.cpp
Binary file not shown.
Binary file modified MyWinTiles/stdafx.h
Binary file not shown.
Binary file modified MyWinTiles/targetver.h
Binary file not shown.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# MyWinTiles
![pic](screenshots/pic.png)
- Tiling window manager for Windows 10
- Built on top of explorer shell
- Inspired by i3 window manager
Expand All @@ -20,9 +21,11 @@ NoWinKeys REG_DWORD 0x00000001 (1)
# Keyboard shortcut
- Take a look at [Default keyboard shortcut](Keybind.md)

# Additional
- You might want to use [MyWinBar](https://github.com/CSaratakij/MyWinBar), an AppBar for MyWinTiles.

# Issue
- Test with Windows 10 (Other windows version don't officially support.)
- If this program start after some window is open, press [ MOD + 1 ] to add & start focus window.
- If you want to control some window that start with admin permission, Run this program as adminstrator.
- Please make sure to run on single instance, terminate this program by Task Manager before restart this program.
- Some key might interfere with how MyWinTiles behaves, Use [AutoHotkey](https://autohotkey.com/) with [disable key script](interfere_keys.ahk)
Expand Down
Binary file added screenshots/pic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2e3ed5

Please sign in to comment.