about summary refs log tree commit diff stats
path: root/config.default.h
Commit message (Collapse)AuthorAgeFilesLines
* well ok, added Mod-s to default bindings (however, I don't need it)Anselm R. Garbe2006-09-051-0/+1
|
* s/growcol/resizetile/gAnselm R. Garbe2006-09-051-1/+1
|
* I really need column growing, now pushing upstreamAnselm R. Garbe2006-09-051-0/+1
|
* changed shortcut into Mod1-0Anselm R. Garbe2006-08-311-1/+1
|
* added viewall to mainstream (only Ross Mohns version, not the toggle)Anselm R. Garbe2006-08-311-0/+1
|
* applied sanders somepatches.patchAnselm R. Garbe2006-08-281-1/+1
|
* changed order of optionsAnselm R. Garbe2006-08-251-2/+2
|
* s/TILED/TILE/gAnselm R. Garbe2006-08-251-1/+1
|
* removed a bunch of lines, made mode symbols configurableAnselm R. Garbe2006-08-251-0/+2
|
* new color stuff/new rendering stuffAnselm R. Garbe2006-08-251-3/+8
|
* back to 3 colorsAnselm R. Garbe2006-08-251-4/+3
|
* 3->4 colorsAnselm R. Garbe2006-08-241-3/+4
|
* implemented class:inst:title matchingAnselm R. Garbe2006-08-231-3/+3
|
* applied zero_to_five patchAnselm R. Garbe2006-08-231-5/+5
|
* fixed default key bindings (indexes of tags were screwed up)Anselm R. Garbe2006-08-221-20/+20
|
* removed DEFTAGAnselm R. Garbe2006-08-221-2/+1
|
* applied the shorter xprop commandAnselm R.Garbe2006-08-171-1/+1
|
* removed leading ;Anselm R.Garbe2006-08-161-1/+1
|
* added sample command to config.default.h to highlight how to query ↵Anselm R.Garbe2006-08-161-0/+2
| | | | class:instance info with a one-liner of shell commands
* applied jk_to_tab patchAnselm R.Garbe2006-08-151-17/+17
|
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe2006-08-141-1/+0
|
* changed replacetag into toggletagAnselm R.Garbe2006-08-141-10/+10
|
* removed viewnext/viewprevAnselm R.Garbe2006-08-141-2/+0
|
* made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵Anselm R.Garbe2006-08-131-10/+10
| | | | (more clear)
* implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Anselm R.Garbe2006-08-111-26/+31
| | | | view... updated man page (works great!) nice feature
* readded border color, this sucks leastAnselm R.Garbe2006-08-101-0/+1
|
* removed unnecessary border colorAnselm R.Garbe2006-08-101-1/+0
|
* switched to regexp matching for Rulesarg@10ksloc.org2006-08-041-4/+3
|
* fixed a bug in dmenu callarg@10ksloc.org2006-08-041-3/+0
|
* using execl now, argv changed, using cmd and const char defs directly in the ↵arg@10ksloc.org2006-08-041-2/+4
| | | | KEYS struct
* s/tag2/two/garg@10ksloc.org2006-08-031-2/+2
|
* stylistic chnagearg@10ksloc.org2006-08-031-2/+2
|
* removed TLast tag enum, now tags is simple defined as char *[] array, the ↵arg@10ksloc.org2006-08-031-27/+21
| | | | rest is calculated correctly, rules take an int array for the tags
* changed Client->tags and Rule->tags to be Bool (I'll also try to remove the ↵arg@10ksloc.org2006-08-031-2/+2
| | | | TLast enum)
* changing MASTERW value from 52 to 60 (in both, default and arg), I feel this ↵arg@10ksloc.org2006-08-021-1/+1
| | | | is better now
* removed the CONFIG variable from config.mk, renamed config.h into ↵arg@10ksloc.org2006-08-021-0/+62
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
='#n651'>651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 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