| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dwm.c: fixed a bug in tag-0 handling | Douglas Rumbaugh | 2022-12-02 | 1 | -13/+17 |
| | | | | | | I admit, this solution is a bit kludgey. But it does appear to do the job. I'll tinker more with it later. | ||||
| * | README: updated todo list | Douglas Rumbaugh | 2022-12-02 | 1 | -6/+3 |
| | | |||||
| * | Improved tag-0 behavior | Douglas Rumbaugh | 2022-12-02 | 1 | -9/+39 |
| | | | | | | Displaying tag 0 now triggers on all attached monitors, and leaving it on any monitor reverts all other back to their original configuration | ||||
| * | Warning cleanup | Douglas Rumbaugh | 2022-12-02 | 2 | -7/+17 |
| | | |||||
| * | Merge branch 'master' of github.com:dbrumbaugh/dwm | Douglas Rumbaugh | 2022-12-02 | 2 | -4/+9 |
| |\ | |||||
| | * | Viewing all tags automatically enters grid mode | Douglas Rumbaugh | 2022-12-02 | 1 | -0/+5 |
| | | | |||||
| | * | Added keybinding for search helper script | Douglas Rumbaugh | 2022-12-02 | 1 | -4/+4 |
| | | | |||||
| * | | Added keybinding for passmenu script | Douglas Rumbaugh | 2022-11-07 | 1 | -5/+5 |
| | | | |||||
| * | | Screenshot support | Douglas Rumbaugh | 2022-11-06 | 1 | -10/+15 |
| | | | |||||
| * | | Merge branch 'master' of github.com:dbrumbaugh/dwm | Douglas Rumbaugh | 2022-11-06 | 2 | -37/+127 |
| |\| | |||||
| | * | newsboat command: now kills newsboat first | Douglas Rumbaugh | 2022-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | newsboat will only allow itself to have one instance running, so attempting to open a new newsboat instance while there is an existing newsboat process will result in failure. Ordinarily, this shouldn't be a problem. However sometimes newsboat remains running even after the window is closed, requiring it to be killed prior to opening a new one. This change causes the SUPER-F3 keybinding to use pkill to terminate any running newsboat process prior to launching a new one, and should prevent this situation from occurring. | ||||
| | * | Updated task list in readme | Douglas Rumbaugh | 2022-03-01 | 1 | -1/+0 |
| | | | |||||
| | * | Merge branch 'master' of github.com:dbrumbaugh/dwm | Douglas Rumbaugh | 2022-02-21 | 1 | -18/+18 |
| | |\ | |||||
| | * | | Keybinding layout changes | Douglas Rumbaugh | 2022-02-21 | 1 | -35/+135 |
| | | | | |||||
| * | | | GNU Plot swallow exception | Douglas Rumbaugh | 2022-11-06 | 1 | -0/+1 |
| | |/ |/| | |||||
| * | | Updated volume controls | Douglas Rumbaugh | 2022-02-20 | 1 | -3/+12 |
| |/ | | | | | asd are now used for controlling speaker volume, and shift+asd for controlling microphone volume | ||||
| * | Toggle screenlock and compositor | Douglas Rumbaugh | 2022-02-17 | 1 | -1/+2 |
| | | |||||
| * | Use new locking script for screenlocker | Douglas Rumbaugh | 2022-02-15 | 1 | -1/+1 |
| | | |||||
| * | Removed completed task | Douglas Rumbaugh | 2022-02-03 | 1 | -2/+0 |
| | | |||||
| * | Merge branch 'master' of github.com:dbrumbaugh/dwm | Douglas Rumbaugh | 2022-02-03 | 2 | -2/+25 |
| |\ | |||||
| | * | Added keybinding for htop | Douglas Rumbaugh | 2022-02-03 | 1 | -1/+5 |
| | | | |||||
| | * | Updated todo list | Douglas Rumbaugh | 2022-02-03 | 1 | -0/+1 |
| | | | |||||
| | * | weechat keybinding: | Douglas Rumbaugh | 2022-02-01 | 1 | -1/+1 |
| | | | | | | | | | Added SUPER-<F5> as a binding for launching wee-chat | ||||
| | * | Added TODO list to README | Douglas Rumbaugh | 2022-01-27 | 1 | -0/+18 |
| | | | | | | | | | | | I keep having thoughts of adjustments to make, so I figure I should try listing them somewhere. | ||||
| * | | Replace all drawbar() with drawbars() | Douglas Rumbaugh | 2022-02-03 | 1 | -19/+17 |
| |/ | | | | | Replaced all calls to drawbar() with drawbars(), to ensure that all statusbars are regularly updated, rather than just the active one. | ||||
| * | zoom: Make zoom floating, so notifications aren't as annoying | Douglas Rumbaugh | 2022-01-21 | 1 | -0/+1 |
| | | | | | | TODO: See if it's possible to prevent Zoom notifications from stealing window focus. | ||||
| * | Enabled switching to tags by clicking | Douglas Rumbaugh | 2022-01-12 | 2 | -1/+3 |
| | | | | | | | | | This is a little fragile, but it seems like it works at least for my configuration. If you do a SUPER+SHIFT+CLICK1 on a window, it will activate all the tags associated with that window. The main idea here is to allow going to the tags of a window from view all tags with a mouse click. | ||||
| * | Scratchpads no longer show while viewing all tags | Douglas Rumbaugh | 2022-01-12 | 1 | -1/+3 |
| | | | | | | | Probably not the best way to do this, but it was the most straightforward. When viewing all tags, I manually unset all the scratchpad tags by ^= the monitor's tagset with SPTAGMASK. | ||||
| * | Added a grid layout | Douglas Rumbaugh | 2022-01-12 | 1 | -1/+1 |
| | | |||||
| * | Applied the pertag patch | Douglas Rumbaugh | 2022-01-12 | 1 | -6/+82 |
| | | | | | https://dwm.suckless.org/patches/pertag/ | ||||
| * | gitignore | Douglas Rumbaugh | 2022-01-12 | 1 | -0/+1 |
| | | |||||
| * | Keybinding modifications | Douglas Rumbaugh | 2022-01-12 | 1 | -11/+15 |
| | | |||||
| * | Applied statusallmons patch | Douglas Rumbaugh | 2022-01-09 | 1 | -2/+4 |
| | | | | | https://dwm.suckless.org/patches/statusallmons/ | ||||
| * | keybindings: added and re-orged some keybindings | Douglas Rumbaugh | 2022-01-05 | 1 | -20/+19 |
| | | |||||
| * | Fixed issue with F3 not properly launching newsboat | Douglas Rumbaugh | 2021-12-31 | 1 | -2/+6 |
| | | |||||
| * | dwm keybindings | Douglas Rumbaugh | 2021-12-29 | 1 | -23/+26 |
| | | | | | Added application keybindings and switched a few other bindings around | ||||
| * | Increased brightness granularity | Douglas Rumbaugh | 2021-12-27 | 1 | -2/+2 |
| | | |||||
| * | Applied movestack patch | Douglas Rumbaugh | 2021-12-26 | 2 | -1/+52 |
| | | | | | http://dwm.suckless.org/patches/movestack/ | ||||
| * | Added sleep hotkey | Douglas Rumbaugh | 2021-12-26 | 1 | -1/+1 |
| | | |||||
| * | Added screen-lock hotkey | Douglas Rumbaugh | 2021-12-25 | 1 | -0/+2 |
| | | |||||
| * | XF86 Keybindings | Douglas Rumbaugh | 2021-12-25 | 1 | -1/+31 |
| | | | | | | | Copied Xf86 Keybindings from Luke Smith's config of dwm. I'll probably change a few of these as time goes on, but it is a convenient starting point. | ||||
| * | Removed doubled keybindings | Douglas Rumbaugh | 2021-12-25 | 1 | -2/+0 |
| | | | | | | | Some of the scratchpad keybindings were duplicated, which resulted in the toggle functionality being broken. Removing the duplicates fixes the issue. | ||||
| * | Updated font configuration | Douglas Rumbaugh | 2021-12-25 | 1 | -3/+4 |
| | | |||||
| * | Applied status2d with xrdb patch | Douglas Rumbaugh | 2021-12-25 | 2 | -9/+172 |
| | | | | | | | | | | | https://dwm.suckless.org/patches/status2d/ For color support in the status bar. Had to tweak the xrdb patch a bit to make it work with the xresources patch already applied. Currently had a bug where an unprintable character is shown at the beginning of the status bar when a symbol is present. | ||||
| * | Applied the statuscmd patch | Douglas Rumbaugh | 2021-12-22 | 2 | -5/+98 |
| | | | | | | | | https://dwm.suckless.org/patches/statuscmd/ This was done in preparation for using Luke's build of dwmblocks, and is needed to support clickable statusbar elements. | ||||
| * | Applied statusbar font patch | Douglas Rumbaugh | 2021-12-19 | 5 | -18/+34 |
| | | | | | https://dwm.suckless.org/patches/statusbarfont/ | ||||
| * | Merge cleanup and removed xresource for font | Douglas Rumbaugh | 2021-12-19 | 1 | -5/+1 |
| | | | | | | Seems using a fancy Nerdfont breaks things, so for now I'm just not pulling in a font via Xresources | ||||
| * | Merge branch 'master' of github.com:dbrumbaugh/dwm | Douglas Rumbaugh | 2021-12-19 | 1 | -0/+6 |
| |\ | |||||
| | * | Added scratchpads patch | Douglas Rumbaugh | 2021-12-19 | 2 | -9/+70 |
| | | | | | | | | | https://dwm.suckless.org/patches/scratchpads/ | ||||
| * | | Added scratchpads patch | Douglas Rumbaugh | 2021-12-19 | 2 | -11/+75 |
| |/ | | | | https://dwm.suckless.org/patches/scratchpads/ | ||||