QC
99118420ea
Support Levenshtein in dmenu.i #149
2015-04-16 21:13:45 +02:00
Dave Davenport
f64395e4e9
Remove unused code
2015-04-15 22:41:50 +02:00
QC
a38ddb3b06
Fix space.
2015-04-14 22:12:21 +02:00
Dave Davenport
40f3df3fc4
update changelog
2015-04-13 08:18:00 +02:00
QC
9fde9d8955
Fix bgalt.
2015-04-12 17:31:04 +02:00
Dave Davenport
97187b8c75
Update manpage.
2015-04-12 09:31:59 +02:00
Dave Davenport
96a9689630
Update manpage a bit.
2015-04-12 09:23:27 +02:00
QC
c1a8735e24
Re-enable background/foreground. Make theming method an option.
2015-04-11 12:04:14 +02:00
QC
27dfb8937d
Fix colors. fix #148
2015-04-11 00:04:02 +02:00
Dave Davenport
ae17690fac
Remove asciiart.
2015-04-10 08:49:35 +02:00
Dave Davenport
a8b5282e24
Merge pull request #145 from jpleau/dmenu_example_man
...
manpage: add examples for dmenu
2015-04-08 20:37:04 +02:00
Jason Pleau
7b88b12bb0
man: add example for dmenu
2015-04-08 09:21:21 -04:00
Qball Cow
f72629a370
Remove printf.
2015-04-07 10:45:04 +02:00
Dave Davenport
82b37eef10
Add right visual.
2015-04-07 08:25:09 +02:00
QC
9dc6df2f01
Add theming section to manpage.
2015-04-06 22:17:05 +02:00
QC
10b22e0c7d
Update test.
2015-04-06 20:55:33 +02:00
QC
c276090b18
Set default colors.
2015-04-06 17:34:19 +02:00
QC
2590ecf7e5
ADd new coloring scheme.
2015-04-06 17:13:26 +02:00
QC
95fd6402f3
Free all colors.
2015-04-06 15:28:06 +02:00
QC
39518b0e15
Add more user-colors.
2015-04-06 15:23:58 +02:00
Dave Davenport
f857143e2c
Merge pull request #143 from jpleau/fix_warnings
...
use '\033' instead of '\e' for output-formatting
2015-04-06 09:00:30 +02:00
Dave Davenport
9ddb3321d7
Merge pull request #144 from jpleau/help_parameter
...
alias --help to -h/-help
2015-04-06 09:00:05 +02:00
Jason Pleau
34e578ef86
use '\033' instead of '\e' for output-formatting
...
'\e' is a GNU shortcut for \033. Also gcc complained (warning) that '\e'
was a non-ISO standard. Less warnings, the prettier :)
2015-04-05 17:40:43 -04:00
Jason Pleau
6f2c284f37
alias --help to -h/-help
...
Right now running rofi --help puts it in daemon mode, which can be
confusing for the user. Options in rofi use one dash instead of two, but
I believe an exception should be made for --help.
2015-04-05 17:38:22 -04:00
QC
79fcaea457
Update changelog
2015-04-05 22:43:42 +02:00
QC
91fcc76cb2
Help users that do not pass the read-the-manual stage.
2015-04-05 22:29:26 +02:00
QC
274819cb34
Add dmenu as possible mode in manpage.
2015-04-05 22:00:27 +02:00
QC
df1f3e9658
Update manpage a bit.
2015-04-05 21:49:55 +02:00
QC
5e4cf732e6
Fix issue #142 , pass -M <root> instead of full path.
2015-04-05 21:16:27 +02:00
QC
c9707b4c1b
Leave out unmap hack for now.
2015-04-05 14:52:01 +02:00
QC
9b415e60a0
Fix crasher with fixed-lines off and 0 visible rows
2015-04-05 13:36:39 +02:00
QC
d6ced176d4
Add ranges for urgent active in dmenu mode.
2015-04-05 11:53:08 +02:00
QC
808eee4b85
Try to improve coloring of urgent/active rows that are selected.
2015-04-05 10:40:35 +02:00
QC
8cc553ebaf
Fix issue: #140 : Align cursor with font.
2015-04-05 10:23:59 +02:00
QC
b4c2faf86d
Update manpage.
2015-04-04 16:46:30 +02:00
QC
71cfb6d553
Allow urgent/active color to be set, add dmenu option -u/-a to highlight row.
2015-04-04 11:10:41 +02:00
QC
f2c4aff37c
Add active/urgent color.
2015-04-03 18:40:07 +02:00
QC
957ffe5fcf
Check WMHints for urgent hint
2015-04-03 18:01:03 +02:00
Dave Davenport
0ab7aa4bba
Add italic support and use it for windows that demand attention (working?)
2015-04-02 22:23:17 +02:00
Qball Cow
2b340a4762
Update manpage.
2015-04-01 14:49:27 +02:00
Dave Davenport
0d87cf12a3
Add combi viewer, where (selected) modi can be combined.
...
- Add active window highlighter.
2015-03-31 22:45:02 +02:00
QC
56a888da6f
Update manpage.
2015-03-30 21:05:13 +02:00
Dave Davenport
59a1693982
Merge pull request #139 from simonsmiley/simonsmiley-fix-documentation
...
update documentation to new syntax
2015-03-30 21:01:04 +02:00
Simon Hanna
cbe24fea3a
update documentation to new syntax
...
"-rnow" is now deprecated. "-show run" is the new way to go.
2015-03-30 20:36:34 +02:00
QC
cf423fb2aa
Remove printf
2015-03-30 20:23:41 +02:00
QC
42ae0a5871
Indent combi.c
2015-03-30 20:13:47 +02:00
QC
9ff5a615e9
Add combi viewer.
...
Use by adding combi to the list of enabled modi.
2015-03-30 20:12:22 +02:00
QC
55160c6eff
Issue: #137 , Parse /etc/hosts file.
2015-03-29 12:27:00 +02:00
QC
a083e21a6b
Add backtrace.
2015-03-28 17:04:34 +01:00
QC
888260b06b
Small cleanup
2015-03-27 20:50:48 +01:00