about summary refs log tree commit diff stats
path: root/config.def.h
Commit message (Collapse)AuthorAgeFilesLines
* revival of mfact and setmfactAnselm R Garbe2008-03-241-1/+4
|
* setlayout and setgeom are now togglable againAnselm R Garbe2008-03-241-14/+6
|
* geom indicator and layout indicator is only displayed if there are several ↵Anselm R Garbe2008-03-241-4/+1
| | | | geoms/layouts
* added sample of {grow,shrink}master to config.def.hAnselm R Garbe2008-03-171-0/+4
|
* geoms are now drawed in the status barAnselm R Garbe2008-03-171-4/+4
|
* removed the string-based setgeom approach, introduced a new Geom type ↵Anselm R Garbe2008-03-171-15/+13
| | | | instead and a helper macro
* made the string-based setgeom workingAnselm R Garbe2008-03-151-2/+14
|
* some experimental state DO NOT USE THIS, I plan to have a nicer interface to ↵Anselm R Garbe2008-03-141-3/+3
| | | | change geometries
* some changes towards 4.9Anselm R Garbe2008-03-141-5/+8
|
* removed all defines of geoms, implemented setgeoms() instead, added ↵Anselm R Garbe2008-03-131-34/+0
| | | | config.anselm.h to show how I'd like to see that people edit their geoms
* changed config.def.hAnselm R Garbe2008-03-061-2/+2
|
* new stuffAnselm R Garbe2008-03-061-4/+6
|
* implemented setlayout in the way proposed on the ml, split tile() into two ↵Anselm R Garbe2008-03-061-17/+17
| | | | functions, a third will follow soon
* changed config.def.hAnselm R Garbe2008-03-051-32/+9
|
* integrated the new -x -y -w toggles of dmenu into my setupAnselm R Garbe2008-03-051-1/+6
|
* implemented the stuff as I discussed on dwm@Anselm R Garbe2008-03-051-6/+55
|
* renamed maximise to monocle again.Anselm R Garbe2008-03-051-4/+2
|
* renamed MAXLEN into MAXTAGLEN (backward compliance)anselm@anselm12008-03-041-1/+1
|
* renamed monocle into maxmise, documented the keybindings in dwm(1)anselm@anselm12008-03-041-5/+7
|
* monocle goes mainstreamAnselm R Garbe2008-03-041-1/+3
|
* removed View cruft, now back to the rootsanselm@anselm12008-03-031-1/+0
|
* made tag names snappierAnselm R Garbe2008-02-291-1/+1
|
* removed initags -- we autoselect the first tag in each view insteadanselm@anselm12008-02-281-1/+0
|
* some more changes towards a better dwmAnselm R Garbe2008-02-281-1/+1
|
* proceeded, though we still miss a real Tag structanselm@anselm12008-02-271-2/+4
|
* disabled AIM_XINERAMAanselm@anselm12008-02-261-1/+1
|
* simplified dwmanselm@anselm12008-02-261-2/+2
|
* pushing my changes of tonight upstream (hg tip is NOW very UNSTABLE -- but ↵anselm@anselm12008-02-231-7/+7
| | | | those changes are necessary to get a decent multihead support) -- I renamed Monitor into View, to reflect in a better way the dwm terminology of the past
* changed arrange functions to contain the Monitor as first argumentAnselm R Garbe2008-02-211-1/+1
|
* proceeded with multihead/Xinerama supportanselm@anselm12007-12-221-5/+5
|
* removed maximize, there will be monocle soonanselm@anselm12007-12-221-1/+0
|
* fixed wrong tagging stuffanselm@anselm12007-12-221-1/+1
|
* added dmenu_run to config.hanselm@anselm12007-12-221-2/+1
|
* simplified Mod-mAnselm R. Garbe2007-12-091-1/+1
|
* implemented reapply for re-applying the tagging rules during runtime, Mod-rAnselm R. Garbe2007-12-081-0/+1
|
* Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs!Anselm R. Garbe2007-11-101-58/+57
|
* moved LENGTH to dwm.c, moved prevtags to dwm.carg@suckless.org2007-11-071-4/+0
|
* revival of RESIZEHINTSAnselm R. Garbe2007-11-021-0/+1
|
* replaced Nmacros with LENGTH(x) macroAnselm R. Garbe2007-10-281-6/+5
|
* replaced ISTILE with domwfact/dozoom bools, removed nrules, nlayouts and ↵Anselm R. Garbe2007-10-281-1/+3
| | | | ltidx, added NRULES, NLAYOUTS and Layout *layout as alternatives, removed isarrange(), checking against layout->arrange instead.
* going toward 4.7Anselm R. Garbe2007-10-271-0/+3
|
* removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clientsarg@suckless.org2007-10-241-1/+0
|
* added antoszka's viewprev patch with some minor modifications, restored ↵Anselm R. Garbe2007-10-101-0/+1
| | | | Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromise
* removing NULL-terminating **tags definition in config.hAnselm R. Garbe2007-10-051-1/+1
|
* s/xterm/uxterm/Anselm R. Garbe2007-10-011-1/+1
|
* fixed font definitionAnselm R. Garbe2007-10-011-1/+1
|
* applied Peter Hartlich's border collapse patchAnselm R. Garbe2007-09-301-7/+7
|
* fixed colorsAnselm R. Garbe2007-09-271-3/+3
|
* updated with my favorite colorschemeAnselm R. Garbe2007-09-261-7/+6
|
* applied colors depend from lavishs proposalAnselm R. Garbe2007-09-251-6/+6
|
id='n834' href='#n834'>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 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056