Commit Graph

43 Commits

Author SHA1 Message Date
bfa185fac4 gridmode patch
- Apply gridmode patch
- Add patch link to README
- Add new layout keybinding to man page
2020-11-06 21:02:41 -05:00
36e11cc61c centeredmaster patch
- Apply centeredmaster patch
- Add patch link to README
- Add new layout keybindings to man page
2020-11-06 21:02:41 -05:00
3047114a1f ru_gaps Patch
- Add ru_gaps patch
- Increase border size to 3 pixels
- Set default gap size to 10 pixels
- Update README to include ru_gaps patch link & modifications
- Update man page to include keybindings for ru_gaps
2020-11-06 21:02:41 -05:00
99a906d9e3 Flameshot Autostart & Shortcut
- Add flameshot to autostart script
- Bind print screen button to open flameshot gui
2020-11-06 21:02:41 -05:00
8fe17768f7 Nerd Font, Icons, & Size Changes
- Change font to NotoSans Nerd Font
- Change font size to 10
- Change tag icons and add subscript numbers
2020-11-06 21:02:40 -05:00
bd69540724 Switch from slock to LightDM
- Add background process for light-locker
- lockcmd uses light-locker-command
- sleepcmd uses systemctl suspend
2020-11-06 21:02:40 -05:00
e4457dd31e Media Control
- Bind media track keys to control playerctl for play/pause, next, prev
- Update README with volume and media control
2020-11-06 21:02:40 -05:00
5e3c442a2f Volume Control
- Bind volume control keys to control PuseAudio volume
2020-11-06 21:02:40 -05:00
485c40d5f9 Lock Screen & Sleep Shortcuts
- Add keybinding to lock screen with slock
- Add keybinding to lock screen and go to sleep with slock
2020-11-06 21:02:40 -05:00
41958715d4 Apply movestack patch
- Add keybinds to switch window between master and slaves
- Add movestack.c
2020-11-06 21:02:40 -05:00
5ac75bb689 deadd notification center shortcut
- Add shorcut for opening deadd notification center via bash script
2020-11-06 21:02:40 -05:00
a60b1c5d2f Rofi Launcher w/ Greenclip Manager
- Add greenclip daemon to autostart
- Add background processes section to autostart
- Remove references to dmenu
- Add rofi run and clipboard shortcuts
- Update man page to reference rofi instead of dmenu
2020-11-06 21:02:40 -05:00
0f49dbddfb Combo Tag & View Patches
- Add combo tag & view patch
- Change tag and view functions to combotag and comboview in config.h
2020-11-06 21:02:40 -05:00
5315d6ae96 Systemtray Patch
- Add system tray patch
2020-11-06 21:02:38 -05:00
cc1f6ffbc2 Specify Autostart Location, README & LICENSE updates, and Add config.h
- Remove config.h from gitignore
- Move config.def.h modifications to config.h
- Restore config.def.h to original version
- Specify location of autostart instead of searching certain locations
- Rename autostart.sh to autostart_blocking.sh
- Add myself to license
- Change README to markdown and add personal changes
2020-11-06 21:01:45 -05:00
17d39ee014 renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all 2007-09-23 11:24:12 +02:00
8d1810c85b introduced ISTILE, which can be easily extended with other layout functions to allow reuse of setmwfact() and zoom() 2007-09-22 21:55:19 +02:00
fe2775a15b made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it 2007-09-17 16:42:37 +02:00
0235a84ef2 micromizing dwm step 1 2007-09-15 22:25:27 +02:00
2091200c95 new colorscheme (16-bit compliant) 2007-09-15 20:39:31 +02:00
5d831eaa94 renamed config.default.h into config.h 2007-09-15 10:35:18 +02:00
0f8249f262 removed config.h (stupid hg) 2006-08-02 16:52:02 +02:00
95e8d12b71 made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander 2006-08-02 16:32:05 +02:00
3af6434085 applied Sanders patches (numlock2) 2006-08-02 11:13:32 +02:00
ab7a11c0c7 renamed ARRANGE into DEFMODE 2006-08-01 16:39:20 +02:00
b38905b004 removed 5LOC 2006-08-01 16:20:03 +02:00
7c2e3bb67d cleaned config.*h to prevent some confusion 2006-08-01 15:29:37 +02:00
33b4821cd6 fixed config.h files 2006-08-01 14:03:29 +02:00
a73a882806 centralized/externalized configuration to config.h 2006-08-01 13:59:13 +02:00
8b59083eb1 removed unnecessary crap 2006-07-13 01:30:55 +02:00
da2bbd371c before leaning things up 2006-07-13 01:04:38 +02:00
dfd84f9bf3 simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable) 2006-07-12 15:17:22 +02:00
b41c56ae6b new colors 2006-07-12 00:50:09 +02:00
896f08d7d5 fixed several other stuff, coming closer to something useful 2006-07-11 23:46:39 +02:00
d6e0e6e987 several changes, new stuff 2006-07-11 18:53:41 +02:00
586f66331d added bar event timer 2006-07-11 18:15:11 +02:00
26e134b8a7 added gridsel to gridwm 2006-07-11 13:21:57 +02:00
16c67f32d6 fixed several stuff (gridwm gets better and better) 2006-07-11 12:52:57 +02:00
366d81e313 added key handling 2006-07-11 11:50:18 +02:00
3a69c5173c implemented pipe_spawn 2006-07-11 11:10:05 +02:00
439e15d09f added several other stuff 2006-07-10 22:16:48 +02:00
39677ec766 several new changes, made gridmenu working 2006-07-10 19:46:24 +02:00
8a34fa50f7 added new stuff 2006-07-10 18:35:39 +02:00