https://github.com/lelserslasers/dwm
My Personal Dwm files
https://github.com/lelserslasers/dwm
Last synced: 6 months ago
JSON representation
My Personal Dwm files
- Host: GitHub
- URL: https://github.com/lelserslasers/dwm
- Owner: LelsersLasers
- Created: 2020-03-23T00:41:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T16:38:55.000Z (about 5 years ago)
- Last Synced: 2025-01-31T13:43:44.445Z (8 months ago)
- Language: C
- Size: 319 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dwm
Need to Fix: Make Picom not make the boarders transparent. FIX ALPHA!!Also need to do: Add keybindings for more apps, and add all keybinding and number changes in config.h to config.def.h (make patching easier, and might fix some other minor issues).
My Personal files for dwm. I have this in my home dir. By default, terminal is 'termite' and run launcher is 'dmenu'.
My dmenu is also from suckless.org (not arch repos)
Current patches: attachaside, actualfullscreen, movestack, gridmode, fullgaps, autostart, restartsig, cyclelayouts, cfacts, alpha, save_floats, barpadding, alternativetags
INSTALL:
Have 'dmenu', Have 'termite' (not required, can just find your terminal in dmenu), Have 'nitrogen' and use it to set wallpaper once, Have 'make', Have 'gcc', Have 'alsa-utils', Have 'picom' (should work without it)....
Go into the dwm folder (might be 'dwm/dwm', if so, just move it up to home dir) and 'sudo make clean install' once inside folder.
Put 'autostart.sh' into the .dwm folder (might have to create, .dwm folder is in home dir) and 'sudo chmod a+x autostart.sh' to have wallpaper.
For each file in the 'dwmBar' folder, 'sudo chmod a+x $nameOfFile'.
Go into the 'dwmblocks' folder and 'sudo make clean install'.
Also create 'dwm.desktop' in the '/usr/share/xsessions/' folder. ('sudo vim /usr/share/xsessions/dwm.desktop'). Copy the following in:
[Desktop Entry]
Encoding=UTF-8
Name=dwm
Comment=dwm window manager
Exec=/usr/local/bin/dwm
Type=Application