Commit Graph

49 Commits

Author SHA1 Message Date
80ade872bf added option for full path to layout file 2019-06-14 10:07:00 +02:00
39af10297a added check for existance of $XDG_CONFIG_HOME 2019-05-10 16:20:13 +02:00
00cbc5d878 moved paht to the layout folder to $XDG_CONFIG_HOME/i3-layout-manager 2019-05-10 16:10:56 +02:00
a9e5ce842e Merge pull request #14 from jtaala/master
FIX: do not lose/kill sticky windows when changing layouts.
2019-05-10 16:01:54 +02:00
61cf7a91b4 FIX: do not lose/kill sticky windows when changing layouts.
Previous behaviour caused sticky windows to get killed when deleting layouts before applying a layout and then reintroducing windows.  i3 supports sticky windows (they're great).  With this change, when we iterate through layouts (to kill) we check if a the selected window is _NET_WM_STATE_STICKY.  If so, then will not kill.
2019-04-09 17:27:56 +10:00
bb264dcc4c Merge pull request #7 from zakariaGatter/patch-1
Update README.md
2019-02-16 10:38:48 +01:00
b72f48e21e Update README.md 2019-02-15 20:07:07 +00:00
f3e281074a fixed floating windows 2019-01-12 16:14:55 +01:00
657393e696 minor fix 2018-11-03 11:15:41 +01:00
4f24f133b7 added layout existance check 2018-11-03 11:08:19 +01:00
3dc873a755 fixed the identification of an active monitor 2018-09-14 21:53:29 +02:00
7bdb386d6e fixed wrongly fixed dependency check, reverted vim commands 2018-09-13 15:29:38 +02:00
a4b84b5149 Refixed the dependency check. 2018-09-13 00:43:39 +02:00
141f270351 fixed dependency check 2018-09-12 11:30:04 +02:00
695ccf33ef Merge pull request #3 from erjanmx/fix-readme-typo
Fix readme typo
2018-09-04 16:40:55 +02:00
ce411d624d Fix typo 2018-09-04 09:04:52 +03:00
2b391d075c updated readme 2018-09-03 00:36:33 +02:00
56ab02d2c5 added support for floating windows 2018-09-03 00:14:36 +02:00
156c1acbb2 Update README.md 2018-09-02 16:13:26 +02:00
09d193b23c updated readme 2018-09-02 16:09:50 +02:00
64a8ac11e9 updated README 2018-09-02 16:08:00 +02:00
62758e8f2e grammar 2018-09-02 15:51:33 +02:00
68bd9d4ced updated readme 2018-09-02 03:44:45 +02:00
2d08de7447 ESC goes back from file selection 2018-09-02 03:37:50 +02:00
9f6afaf24c files are sorted from the newest... 2018-09-02 03:32:57 +02:00
c09ab18dc8 minor changes 2018-08-30 05:03:30 +02:00
200cd96763 Merge branch 'master' of github.com:klaxalk/i3-layout-manager 2018-08-30 04:45:15 +02:00
5ddf6c4d42 added jump to home after deleting a layout 2018-08-30 04:45:14 +02:00
b90398859d Update README.md 2018-08-30 04:20:40 +02:00
a3a0bd1764 fixed escaped matches 2018-08-30 04:12:21 +02:00
b415e90773 added folds 2018-08-30 04:10:31 +02:00
3d9890a271 updated readme 2018-08-30 03:53:25 +02:00
f131569d04 updated readme 2018-08-30 03:51:11 +02:00
070ed9c3a0 Update README.md 2018-08-30 03:48:04 +02:00
1d5fd5c3a4 updated readme 2018-08-30 03:45:05 +02:00
5b22e62c68 Update README.md 2018-08-30 03:32:39 +02:00
013d863090 Update README.md 2018-08-30 03:31:27 +02:00
b57aaf4c44 Update README.md 2018-08-30 03:28:24 +02:00
a8e174e3c9 made rofi insensitive 2018-08-29 23:37:55 +02:00
99ddac08a6 updated readme 2018-08-29 22:26:32 +02:00
0078da06e0 added html to gitignore 2018-08-29 22:25:27 +02:00
8e7113162a updated readme 2018-08-29 22:23:20 +02:00
b4def15910 added vim foldmark 2018-08-29 20:59:37 +02:00
d97a8f2102 updated readme 2018-08-28 18:35:37 +02:00
44bc1161e4 updated readme 2018-08-28 18:33:13 +02:00
d0fcc4374e added dependency check 2018-08-28 17:52:08 +02:00
edc9a341bf added dependencies to readme 2018-08-28 17:44:52 +02:00
a79a68c133 initial commit 2018-08-28 17:39:22 +02:00
3dda13b937 Initial commit 2018-08-28 16:48:24 +02:00