mirror of
https://github.com/tiyn/dwm.git
synced 2025-10-17 21:31:19 +02:00
Compare commits
7 Commits
00aaef36c5
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
f58d147e39 | ||
|
35271b171c | ||
2d72ffe932 | |||
7458dff00f | |||
76e7f12b7d | |||
2b6678b993 | |||
3b66ee89b0 |
@@ -66,6 +66,10 @@ build are the following.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
The following programs are required to be installed for full functionality.
|
||||||
|
|
||||||
|
- [dmenu](https://github.com/tiyn/dmenu)
|
||||||
|
|
||||||
The most basic way is to clone the repository and then invoke make.
|
The most basic way is to clone the repository and then invoke make.
|
||||||
|
|
||||||
- `git clone https://github.com/tiyn/dwm`
|
- `git clone https://github.com/tiyn/dwm`
|
||||||
|
32
config.def.h
32
config.def.h
@@ -42,19 +42,25 @@ static const Rule rules[] = {
|
|||||||
* WM_CLASS(STRING) = instance, class
|
* WM_CLASS(STRING) = instance, class
|
||||||
* WM_NAME(STRING) = title
|
* WM_NAME(STRING) = title
|
||||||
*/
|
*/
|
||||||
/* class instance title tags mask iscentered isfloating monitor */
|
/* class instance title tags center float mon */
|
||||||
{ "discord", NULL, NULL, 1 << 2, 0, 0, 1 },
|
{ "firefox", 0, 0, 1 << 1, 0, 0, -1 },
|
||||||
{ "Element", NULL, NULL, 1 << 2, 0, 0, 1 },
|
{ "zen", 0, 0, 1 << 1, 0, 0, -1 },
|
||||||
{ "easyeffects", NULL, NULL, 1 << 9, 0, 0, 1 },
|
{ "Lutris", 0, 0, 1 << 2, 0, 0, 0 },
|
||||||
{ "Pavucontrol", NULL, NULL, 1 << 9, 0, 0, 1 },
|
{ "zenity", 0, 0, 0, 0, 1, -1 },
|
||||||
{ "KeePassXC", NULL, NULL, 1 << 9, 0, 0, 0 },
|
{ "steam", 0, 0, 1 << 2, 0, 0, 0 },
|
||||||
{ "firefox", NULL, NULL, 1 << 1, 0, 0, -1 },
|
{ "discord", 0, 0, 1 << 2, 0, 0, 1 },
|
||||||
{ "steam", NULL, NULL, 1 << 2, 0, 0, 0 },
|
{ "TeamSpeak", 0, 0, 1 << 2, 0, 0, 1 },
|
||||||
{ "Lutris", NULL, NULL, 1 << 2, 0, 0, 0 },
|
{ "Element", 0, 0, 1 << 2, 0, 0, 1 },
|
||||||
{ "threema-web", NULL, NULL, 1 << 4, 0, 0, 1 },
|
{ "Signal", 0, 0, 1 << 4, 0, 0, 1 },
|
||||||
{ "thunderbird", NULL, NULL, 1 << 4, 0, 0, 1 },
|
{ "TelegramDesktop", 0, 0, 1 << 4, 0, 0, 1 },
|
||||||
{ "Signal", NULL, NULL, 1 << 4, 0, 0, 1 },
|
{ "threema-web", 0, 0, 1 << 4, 0, 0, 1 },
|
||||||
{ "Sonixd", NULL, NULL, 1 << 8, 0, 0, 1 },
|
{ "thunderbird", 0, 0, 1 << 4, 0, 0, 1 },
|
||||||
|
{ "Sonixd", 0, 0, 1 << 8, 0, 0, 1 },
|
||||||
|
{ "KeePassXC", 0, "Unlock Database - KeePassXC", 1 << 1, 0, 0, 0 },
|
||||||
|
{ "KeePassXC", 0, 0, 1 << 9, 0, 0, 0 },
|
||||||
|
{ "easyeffects", 0, 0, 1 << 9, 0, 0, 1 },
|
||||||
|
{ "pavucontrol", 0, 0, 1 << 9, 0, 0, 1 },
|
||||||
|
{ "Onboard", 0, 0, 0, 0, 1, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
Reference in New Issue
Block a user