about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* some cleanup changesAnselm R Garbe2008-04-032-3/+1
* uncommented dual layout in preparation of dwm 4.9anselm@anselm12008-04-021-2/+2
* applied Peter Hartlich's simplification patch of setmfact and his revival of ...anselm@anselm12008-04-022-42/+24
* aspects hints seem broken for fullscreen appsAnselm R Garbe2008-04-011-3/+5
* removed uneccessary lineAnselm R Garbe2008-03-311-1/+0
* bugfixAnselm R Garbe2008-03-251-1/+1
* setmfact should not have any effect if in floating layoutAnselm R Garbe2008-03-241-1/+1
* minor fixAnselm R Garbe2008-03-241-1/+1
* revival of mfact and setmfactAnselm R Garbe2008-03-243-1/+31
* setlayout and setgeom are now togglable againAnselm R Garbe2008-03-243-42/+38
* geom indicator and layout indicator is only displayed if there are several ge...Anselm R Garbe2008-03-242-12/+15
* hotfix of idxoftaganselm@anselm12008-03-221-2/+2
* blw/bgw calculation bugfixanselm@anselm12008-03-221-7/+7
* updated configurenotifyAnselm R Garbe2008-03-191-1/+4
* minor bugfix in applyrulesanselm@anselm12008-03-171-1/+1
* added sample of {grow,shrink}master to config.def.hAnselm R Garbe2008-03-171-0/+4
* renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w v...Anselm R Garbe2008-03-171-34/+34
* geoms are now drawed in the status barAnselm R Garbe2008-03-172-8/+16
* removed the string-based setgeom approach, introduced a new Geom type instead...Anselm R Garbe2008-03-172-87/+40
* made the string-based setgeom workingAnselm R Garbe2008-03-153-75/+68
* some experimental state DO NOT USE THIS, I plan to have a nicer interface to ...Anselm R Garbe2008-03-143-196/+98
* some changes towards 4.9Anselm R Garbe2008-03-144-31/+38
* Added tag 4.8 for changeset 607015ddb091Anselm R Garbe2008-03-131-0/+1
* removed the comment again 4.8Anselm R Garbe2008-03-131-2/+1
* some polishing in tileh/tilevAnselm R Garbe2008-03-131-52/+50
* minor bugfixAnselm R Garbe2008-03-131-1/+1
* added a new commentAnselm R Garbe2008-03-131-1/+2
* some cleanupAnselm R Garbe2008-03-132-4/+3
* updated my geoms functionAnselm R Garbe2008-03-131-3/+3
* updateAnselm R Garbe2008-03-131-0/+2
* set layout already hereAnselm R Garbe2008-03-131-2/+2
* well I use a different default tileAnselm R Garbe2008-03-131-2/+2
* added updatebarpos()Anselm R Garbe2008-03-132-8/+12
* removed all defines of geoms, implemented setgeoms() instead, added config.an...Anselm R Garbe2008-03-134-96/+115
* some polishingAnselm R Garbe2008-03-121-19/+5
* updated dwm(1)Anselm R Garbe2008-03-122-26/+24
* added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty,...anselm@anselm12008-03-111-41/+72
* changed config.def.hAnselm R Garbe2008-03-061-2/+2
* new stuffAnselm R Garbe2008-03-064-16/+177
* implemented setlayout in the way proposed on the ml, split tile() into two fu...Anselm R Garbe2008-03-062-103/+109
* allow for vstackAnselm R Garbe2008-03-061-0/+1
* added some comments what the TODOs are for 4.8Anselm R Garbe2008-03-061-0/+7
* 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
* removed some more useless clunkAnselm R Garbe2008-03-052-9/+4
* implemented the stuff as I discussed on dwm@Anselm R Garbe2008-03-054-225/+124
* fixed urgent hint handlingAnselm R Garbe2008-03-051-3/+4
* renamed maximise to monocle again.Anselm R Garbe2008-03-053-18/+7
* fixed urgency hint, though Xinerama integration is still ongoingAnselm R Garbe2008-03-051-9/+17
* next on TODOanselm@anselm12008-03-051-10/+54
29'>529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 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