about summary refs log tree commit diff stats
path: root/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* first step to a more flexible dotile() algorithmAnselm R. Garbe2006-09-291-1/+1
|
* fixing the settags issue, preparing 1.7.1 1.7.1Anselm R. Garbe2006-09-271-1/+1
|
* improved intro comment in dwm.h, updated config.mkarg@mmvi2006-09-201-1/+1
|
* small fixAnselm R. Garbe2006-09-111-1/+1
|
* maybe this might workAnselm R. Garbe2006-09-061-1/+1
|
* prepared dwm-1.4 update 1.4Anselm R. Garbe2006-09-061-1/+1
|
* seems to preserve floating client z-layer order (even with reorder() calls)Anselm R. Garbe2006-09-061-1/+1
|
* after 1.3Anselm R. Garbe2006-09-041-1/+1
|
* retagged 1.3Anselm R. Garbe2006-09-041-1/+1
|
* removed html crapAnselm R. Garbe2006-09-041-1/+1
|
* applied sanders patch to remove unnecessary commit()Anselm R. Garbe2006-08-311-1/+1
|
* changed config.arg.h - I really need the 4th tagAnselm R. Garbe2006-08-281-1/+1
|
* 3->4 colorsAnselm R. Garbe2006-08-241-1/+1
|
* applied another config.mk patch made by sanderAnselm R.Garbe2006-08-161-1/+1
|
* fixing small bug in config.mkAnselm R.Garbe2006-08-151-2/+2
|
* applied Sanders LD and resize patchesAnselm R.Garbe2006-08-141-1/+2
|
* upgraded version infoAnselm R.Garbe2006-08-111-1/+1
|
* next version is 0.8arg@10ksloc.org2006-08-071-1/+1
|
* using -Os again, zoom is ignored in floating mode or on floating clientsarg@10ksloc.org2006-08-051-1/+1
|
* no need for -g anymore, regexp matching works nowarg@10ksloc.org2006-08-041-4/+4
|
* switched to regexp matching for Rulesarg@10ksloc.org2006-08-041-4/+4
|
* fixed a type in README, and patched config.mkarg@10ksloc.org2006-08-021-1/+1
|
* removed the CONFIG variable from config.mk, renamed config.h into ↵arg@10ksloc.org2006-08-021-5/+2
| | | | config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel
* applied Sanders patches (numlock2)arg@10ksloc.org2006-08-021-7/+7
|
* uppercasing all define'd values (uppercase-prefixed should only be enum ↵arg@10ksloc.org2006-08-011-7/+7
| | | | field qualifiers)
* centralized/externalized configuration to config.harg@10ksloc.org2006-08-011-2/+5
|
* applied Sanders patchesarg@10ksloc.org2006-08-011-15/+9
|
* s/0.5/0.6/ - my steps are wider than the realityarg@10ksloc.org2006-07-211-1/+1
|
* preparing 0.6 which will be available in the evening after sanders patch approx.arg@10ksloc.org2006-07-211-6/+6
|
* using double-linked list in order to get correct prev focus handlingarg@10ksloc.org2006-07-201-5/+5
|
* cleaned up codearg@10ksloc.org2006-07-201-1/+1
|
* using O3 instead of Os, binary size still < 40kbarg@10ksloc.org2006-07-201-1/+1
|
* applied Jukka's patch with s/ModKeyMask/MODKEY/garg@10ksloc.org2006-07-191-1/+1
|
* changed CFLAGsarg@mmvi2006-07-181-5/+5
|
* simplified MakefileAnselm R. Garbe2006-07-171-1/+0
|
* patched dwmAnselm R. Garbe2006-07-171-1/+1
|
* simplified man pageAnselm R. Garbe2006-07-161-1/+1
|
* draw bar on exposure ;)Anselm R. Garbe2006-07-141-5/+5
|
* prep 0.1 0.1Anselm R. Garbe2006-07-141-6/+6
|
* implemented dwm reading status text from stdin Anselm R. Garbe2006-07-141-5/+5
|
* continued with man pageAnselm R. Garbe2006-07-141-2/+5
|
* new stuffAnselm R. Garbe2006-07-131-1/+1
|
* added logo+descriptionAnselm R. Garbe2006-07-131-6/+2
|
* new stuff (some warning elimination)Anselm R. Garbe2006-07-131-2/+7
|
* new stuff, fixed several issuesAnselm R. Garbe2006-07-121-1/+1
|
* added grid mode on Mod1Mask gAnselm R. Garbe2006-07-121-1/+1
|
* added new stuffAnselm R. Garbe2006-07-101-3/+1
|
* initial importAnselm R. Garbe2006-07-101-0/+29
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002