about summary refs log tree commit diff stats
path: root/config.arg.h
Commit message (Expand)AuthorAgeFilesLines
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe2007-02-221-3/+3
* nah, I don't want 640 as MASTERWIDTHAnselm R. Garbe2007-02-221-2/+2
* using MASTERWIDTH=640 and 32px steps by default (incmasterw())Anselm R. Garbe2007-02-221-3/+3
* renamed versatile into untiledAnselm R. Garbe2007-02-221-4/+4
* merged focus{prev.next} into focusclient(1/-1)Anselm R. Garbe2007-02-221-2/+2
* replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe2007-02-221-54/+54
* nah grouped keybindings by contextAnselm R. Garbe2007-02-221-26/+26
* several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe2007-02-221-33/+34
* optimizing background color of terminalsAnselm R. Garbe2007-02-211-1/+1
* using 333 as background, hey proggyclean is really goodAnselm R. Garbe2007-02-211-1/+1
* switching to 13pt proggyclean (this fits better my 1920x1200 resolution than ...Anselm R. Garbe2007-02-211-1/+1
* using smaller fontAnselm R. Garbe2007-02-211-1/+1
* using a green selborderAnselm R. Garbe2007-02-211-1/+1
* reverting to bg 555Anselm R. Garbe2007-02-211-1/+1
* s/555/357/ for SELCOLORAnselm R. Garbe2007-02-211-1/+1
* switching to urxvtcd for the moment (the uxterm flicker makes me headaches, s...Anselm R. Garbe2007-02-211-1/+1
* cleaned up and commented the config.*.hAnselm R. Garbe2007-02-211-14/+16
* replaced togglelayout with setlayoutAnselm R. Garbe2007-02-191-1/+1
* changed some odering in config*.hAnselm R. Garbe2007-02-191-10/+10
* renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe2007-02-191-1/+1
* renames swim[ming] into versatileAnselm R. Garbe2007-02-191-3/+3
* renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe2007-02-191-4/+4
* introduced Layout structAnselm R. Garbe2007-02-191-4/+7
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-191-1/+1
* simplifying regexps in config samples 3.5Anselm R. Garbe2007-02-141-4/+4
* added TOPBAR option for making the bar appear what the user likesAnselm R. Garbe2007-02-081-0/+1
* darker borderAnselm R. Garbe2007-01-221-1/+1
* I prefer BORDERPX=1Anselm R. Garbe2007-01-191-1/+1
* personally I prefer 2px bordersAnselm R. Garbe2007-01-181-1/+1
* moved BORDERPX to config.*.hAnselm R. Garbe2007-01-171-0/+1
* s/444/555/g - enlightened selected backgroundAnselm R. Garbe2007-01-161-1/+1
* applied sanders patch of my configAnselm R. Garbe2007-01-161-3/+3
* implemented new color scheme accordingly to Sanders proposalAnselm R. Garbe2007-01-141-2/+2
* removed mode label stuffAnselm R. Garbe2007-01-141-1/+1
* nah the last change feels badAnselm R. Garbe2007-01-121-2/+2
* changed incnmaster shortcuts in config.arg.hAnselm R. Garbe2007-01-121-2/+2
* this looks better now ;)Anselm R. Garbe2007-01-111-7/+7
* switching to arabic tagsAnselm R. Garbe2007-01-111-3/+19
* implemented nmaster appearance in mode label (using %u)Anselm R. Garbe2007-01-081-1/+1
* changed status fgAnselm R. Garbe2007-01-081-1/+1
* using shorter tags, using mon instead of certAnselm R. Garbe2007-01-051-2/+2
* roman numerals suck badly, revertingAnselm R. Garbe2007-01-051-9/+1
* switching to roman tags, I need more tagsAnselm R. Garbe2007-01-051-1/+13
* I inc/decrease on the fly, feels betterAnselm R. Garbe2007-01-051-1/+1
* changed shortcuts to M-i and M-dAnselm R. Garbe2007-01-051-2/+2
* changed plus key to MODKEY-Shift-plus (US-layout restrictions ;)Anselm R. Garbe2007-01-051-1/+1
* I prefer two master windows by defaultAnselm R. Garbe2007-01-051-1/+1
* added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)Anselm R. Garbe2007-01-051-2/+2
* experimental version which allows master clients being increased/decreasedAnselm R. Garbe2007-01-051-0/+3
* switching bakc to my previous color favoritAnselm R. Garbe2007-01-041-3/+3
href='#n593'>593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 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 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