about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* added zoom on Mod1-Button1 on managed clients only (there is no moving possible)Anselm R.Garbe2006-08-091-0/+2
|
* removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe2006-08-084-20/+1
|
* implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe2006-08-084-1/+20
|
* fixed typoAnselm R.Garbe2006-08-081-1/+1
|
* it always takes a while until one sticks to a colorscheme, but this one ↵Anselm R.Garbe2006-08-081-1/+1
| | | | feels well
* default colors are bestAnselm R.Garbe2006-08-081-3/+3
|
* without borders it looks cleanerAnselm R.Garbe2006-08-081-2/+2
|
* red is easier to my eyes with ffffaa bgAnselm R.Garbe2006-08-081-2/+2
|
* using a better colorscheme (ffffaa is the best background for black)Anselm R.Garbe2006-08-081-2/+2
|
* applied Sanders tiny patchesAnselm R.Garbe2006-08-084-7/+8
|
* removed some "arg@10ksloc.org2006-08-071-4/+4
|
* I really only need 3 tagsarg@10ksloc.org2006-08-071-17/+11
|
* added a trailing '.' to shortcut descriptions in dwm(1)arg@10ksloc.org2006-08-071-15/+15
|
* changed signature of drawtextarg@10ksloc.org2006-08-071-12/+10
|
* applied grabbing-- and shell_minimalarg@10ksloc.org2006-08-072-9/+1
|
* updated screenshot sectionarg@10ksloc.org2006-08-071-1/+2
|
* changed font size, I'm not blind...arg@10ksloc.org2006-08-071-2/+2
|
* small fix of a commentarg@10ksloc.org2006-08-071-1/+1
|
* typo fixarg@10ksloc.org2006-08-071-1/+1
|
* applied Sanders man page/Makefile patcharg@10ksloc.org2006-08-072-2/+2
|
* settle with greyarg@10ksloc.org2006-08-071-2/+2
|
* next version is 0.8arg@10ksloc.org2006-08-071-1/+1
|
* made my colors tasting better with the backgroundarg@10ksloc.org2006-08-071-3/+3
|
* status box should have a border in my eyesarg@10ksloc.org2006-08-072-2/+2
|
* next attempt for w on black switcharg@10ksloc.org2006-08-071-4/+4
|
* Added tag 0.7 for changeset 3fb41412e2492f66476d92ce8f007a8b48fb1d2aarg@10ksloc.org2006-08-071-0/+1
|
* prepared dwm.html 0.7arg@10ksloc.org2006-08-071-3/+6
|
* added stripping to dwm target in Makefilearg@10ksloc.org2006-08-071-0/+1
|
* changed getproto, maybe that might fix the killclient issue reported on the listarg@10ksloc.org2006-08-071-2/+3
|
* applied endless loop prevention on zoom()arg@10ksloc.org2006-08-071-1/+3
|
* updated man pagearg@10ksloc.org2006-08-071-0/+2
|
* small fix of the last commitarg@10ksloc.org2006-08-051-1/+1
|
* using -Os again, zoom is ignored in floating mode or on floating clientsarg@10ksloc.org2006-08-052-2/+2
|
* mouse grab needs also to grab for combinations of numlock/lockmaskarg@10ksloc.org2006-08-051-0/+20
|
* slight fixarg@10ksloc.org2006-08-051-3/+2
|
* small performance tweak ;)arg@10ksloc.org2006-08-041-2/+4
|
* fixed xterm font change (all other related apps should work fine with this ↵arg@10ksloc.org2006-08-041-14/+12
| | | | fix as well)
* fixed view-change bug reported on the listarg@10ksloc.org2006-08-041-14/+10
|
* no need for -g anymore, regexp matching works nowarg@10ksloc.org2006-08-041-4/+4
|
* fixed dmenu link (thx to deifl)arg@10ksloc.org2006-08-041-1/+1
|
* switched to regexp matching for Rulesarg@10ksloc.org2006-08-046-31/+65
|
* fixed a bug in dmenu callarg@10ksloc.org2006-08-042-6/+3
|
* using execl now, argv changed, using cmd and const char defs directly in the ↵arg@10ksloc.org2006-08-044-18/+18
| | | | KEYS struct
* added dmenu to dwm.htmlarg@10ksloc.org2006-08-041-0/+4
|
* small stylistic fixarg@10ksloc.org2006-08-041-1/+2
|
* removed CONFIGarg@10ksloc.org2006-08-031-3/+2
|
* make config.h not a time dependencearg@10ksloc.org2006-08-031-1/+1
|
* removed rm config.h from cleanarg@10ksloc.org2006-08-031-1/+1
|
* added gmake compliancearg@10ksloc.org2006-08-031-2/+2
|
* s/tag2/two/garg@10ksloc.org2006-08-032-4/+4
|
#n814'>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 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024