Commit Graph

73 Commits

Author SHA1 Message Date
86e1aa4f67 Merge pull request #42 from mmmaxwwwell/master
Add Arch troubleshooting info to README
2022-02-12 09:04:06 +01:00
71ac99cc7d added arch troubleshooting info 2022-02-12 02:22:52 -05:00
8b504ccc6e Merge pull request #40 from Asocia/master
Do not load user configuration for vim
2021-11-09 14:44:31 +01:00
34cc61a170 Do not load user configuration 2021-11-08 14:35:14 +03:00
1b98700aa9 Merge pull request #38 from miku86/patch-1
Add troubleshooting for Arch Linux
2020-12-07 10:29:29 +01:00
9ba43ebc65 Add troubleshooting for Arch Linux 2020-12-07 07:35:11 +01:00
df54826bba Update README.md 2020-05-04 00:05:52 +02:00
85d105e25e Merge pull request #32 from fabfianda/patch-2
Fix small typo
2020-05-03 23:53:04 +02:00
08a08bdfab Fix small typo
Thought it was worth fixing this too :)
2020-04-23 16:33:37 +02:00
c1828ac964 Update README.md 2020-04-23 14:41:52 +02:00
d572e47275 fixed nvim special case with d%, thus fixed the floating windows 2020-04-23 11:25:08 +02:00
25aa0ec2b5 fixed broken new-lines 2020-04-23 09:20:32 +02:00
2e2716018d Merge remote-tracking branch 'temp/patch-1' 2020-04-23 09:19:41 +02:00
55edd51e07 Merge pull request #28 from tingwai/patch-1
Update README.md
2020-04-23 09:11:05 +02:00
fbbb911494 Merge pull request #29 from user1007017/patch-2
Update README.md
2020-04-23 09:10:23 +02:00
173412d3ec Merge pull request #31 from fabfianda/patch-1
Fix incomplete lib name
2020-04-23 09:09:56 +02:00
7dce038d10 Fix incomplete lib name
Copy/paste of command was not working because of wrong lib name
2020-04-22 10:38:49 +02:00
8facb4caf6 Update README.md
fixed typo
2020-04-08 21:04:13 +02:00
82e73fb665 Update README.md 2020-04-04 03:54:23 -07:00
b3d4868b00 feat: Make compliant with XDG dir spec
- If `.layouts` is already populated, continue to use it.
 - If not, use ${HOME}/i3-layout-manager/layouts

Resolves #26
2020-03-23 11:46:42 -06:00
50102020fe updated dependencies, issue #17 2020-03-13 08:48:42 +01:00
064e139594 fixed weird bug with xdotool reporting varying responses 2019-12-06 16:07:23 +01:00
42630ea793 fixed local layout file path 2019-09-17 10:44:42 +02:00
d09a960ad8 added log prints to layout loading 2019-07-15 13:01:41 +02:00
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