Cavernosa
793f469035
Use `.config/ly` instead of dumping in `.config/`
...
Using `.config/ly` (`XDG_CONFIG_HOME/ly`) instead of `.config/` (`XDG_CONFIG_HOME`)
Added many safety checks so it's impossible to break
2022-08-14 01:01:30 +00:00
Cavernosa
5787c26e69
Improvements on the last commit
...
Initially assigning `lyxauth` instead of `.lyxauth` so theres no need for a bunch of `else`s
Using `.config` instead of `.config/ly` just like the XDG_CONFIG_HOME fallback, which also makes more sense.
2022-08-08 03:13:45 +00:00
Cavernosa
8610442c78
Fix XDG Base Dirs implementation
...
renamed `XDG_CONFIG_DIR` -> `XDG_CONFIG_HOME`
added `.config/ly` as fallback as specified in the specification, and pwd as last resort.
2022-08-08 01:40:18 +00:00
ShiningLea
0a798831fe
Merge pull request #399 from Cavernosa/patch-1
...
Organized config.ini and readme.md
2022-07-24 15:25:57 +02:00
Cavernosa
4e24154cac
Add awesome wm and some corrections
2022-07-16 14:53:34 +00:00
Cavernosa
b5d3ef0a70
Merge branch 'fairyglade:master' into patch-1
2022-07-16 14:28:12 +00:00
ShiningLea
3556e39374
Merge pull request #400 from KR1470R/aur
...
added link for aur package in readme
2022-06-09 23:28:08 +02:00
KR1470R
8d6218ee62
added link
2022-06-09 12:54:12 +03:00
Cavernosa
4208ba0e0f
Organized config.ini
...
Grouped related things together and changed some comments
2022-06-08 04:02:31 +00:00
AnErrupTion
354b1493c7
Merge remote-tracking branch 'origin/master'
2022-06-03 10:21:58 +02:00
AnErrupTion
7d5eb449c3
Add missing step in README
2022-06-03 10:21:51 +02:00
ShiningLea
9364ffcea9
Merge pull request #330 from UtkarshVerma/xdg
...
Use XDG_RUNTIME_DIR for storing Xauthority
2022-06-03 10:16:37 +02:00
AnErrupTion
e158bb5e9d
Remove semicolons in language files
2022-06-03 10:13:54 +02:00
ShiningLea
2e1a57648b
Merge pull request #393 from UtkarshVerma/xinitrc
...
Make `xinitrc` path configurable
2022-06-03 10:04:35 +02:00
ShiningLea
4b5374c13f
Merge pull request #379 from KR1470R/aur
...
add instruction of aur package installation to readme
2022-06-03 10:03:24 +02:00
AnErrupTion
5945982d99
Merge remote-tracking branch 'origin/master'
2022-06-03 10:02:06 +02:00
AnErrupTion
723a008adf
Helpful message when doing --help ( closes #391 #390 #346 )
2022-06-03 09:59:33 +02:00
Utkarsh Verma
802ad7b204
Merge branch 'master' of github.com:fairyglade/ly into xinitrc
2022-06-03 07:43:36 +05:30
Utkarsh Verma
079f68696b
Make xinitrc path configurable
2022-06-03 07:43:19 +05:30
Turion64
73e8193b2e
Merge pull request #388 from TheArctesian/patch-1
...
Update readme.md
2022-05-31 22:04:04 +02:00
The Arctesian
1fad38aad9
Update readme.md
2022-05-30 21:27:49 +08:00
KRIPTOR
9e33f90d24
Update readme.md
2022-05-25 19:39:15 +03:00
Utkarsh Verma
38aacc6b1c
Implement fallback logic for XAUTHORITY
2022-05-24 07:41:35 +05:30
KRIPTOR
83c17b7b78
Update readme.md
2022-05-23 22:20:45 +03:00
KR1470R
f485840d89
add aur support
2022-05-22 22:26:32 +03:00
Turion64
767120c701
Add spectrwm
2022-05-18 06:49:14 +02:00
Turion64
cc5a50ff32
Merge pull request #367 from donno2048/patch-1
...
Use `uint16_t` on `put_cell` iterations
2022-05-17 06:40:14 +02:00
Elisha Hollander
77d186b802
use `uint16_t` on `put_cell` iterations
2022-05-17 01:36:36 +03:00
Turion64
8eb487ae9e
Merge pull request #354 from SapphireAmoeba5/master
...
Make TAB key loop through U.I elements infinitely
2022-05-16 23:24:19 +02:00
Turion64
dec2ef14e0
Merge pull request #352 from kefoster951/master
...
Changed active_input selection to be based on default config
2022-05-16 23:23:26 +02:00
SapphireAmoeba5
ffa8fbe77b
Replaced 0 with SESSION_SWITCH
2022-05-13 19:03:01 -03:00
SapphireAmoeba5
ac2b255021
Make TAB key loop through U.I elements
2022-05-13 13:23:14 -03:00
kefoster951
bd04d69b4d
Changed default input to login field
2022-05-13 09:12:24 -04:00
kefoster951
a078a07ee7
Update main.c
2022-05-13 09:11:00 -04:00
Turion64
78e2fd1a21
Merge pull request #297 from gerardet46/catalan-translation
...
Catalan translation
2022-05-13 06:42:03 +02:00
Qontinuum
da5b08abf2
Check if lang is NULL and use shorter check ( #303 )
2022-05-12 22:37:43 +02:00
kefoster951
559f2f7370
Update main.c
...
changed how the curser placement works to be based on if there is a saved username or not
2022-05-12 11:05:23 -04:00
gerardet46
d29d65dee5
Remove semicolons and fixed a typo
2022-05-04 15:17:44 +02:00
Turion64
1890da4799
Merge pull request #312 from mr-durmus/master
...
Add Turkish language
2022-04-26 15:28:57 +02:00
Rasit
6ea31612cd
Semicolons and parentheses removed. Missing translation translated.
2022-04-26 02:43:03 +03:00
Rasit
443616e4ed
Merge branch 'fairyglade:master' into master
2022-04-26 02:39:06 +03:00
jakobrs
c0366fe805
Use tb_poll_event instead of tb_peek_event ( #320 )
...
draw_box and position_input are called because they need to be called
before *input_handles[active_input] for the cursor to be positioned
correctly.
2022-04-25 20:52:22 +02:00
Baptiste Daroussin
7ed6631197
FreeBSD deserves nice drawing as well ( #340 )
2022-04-24 12:40:08 +02:00
yobleck
fa978c8add
add qtile to list of supported de/wm ( #286 )
...
caveat: only tested on one machine
2022-04-24 11:55:16 +02:00
Stale
6245639daf
Matrix scrolling text animation ( #283 )
2022-04-24 11:54:50 +02:00
Raen
9fd7779972
Allow en.ini load and add config to hide f1 commands ( #281 )
2022-04-23 19:17:56 +02:00
plasmoduck
2ca457aada
Update readme.md ( #252 )
...
add dwm to list. Been using with dwm on multiple machines inc FreeBSD
2022-04-23 19:04:56 +02:00
Andrew Vos
9c1e218900
Add bspwm to list of tested desktop environments ( #230 )
2022-04-23 19:02:29 +02:00
Turion64
df6d906f6d
Merge pull request #245 from kpetrilli/it_language
...
Add IT translation
2022-04-21 21:25:03 +02:00
Turion64
c762cdc20c
Merge pull request #321 from jorrmungandrr/master
...
Added serbian translation
2022-04-21 21:17:39 +02:00