1
0
mirror of https://github.com/tiyn/dwm.git synced 2025-10-16 21:01:18 +02:00

7 Commits

Author SHA1 Message Date
tiyn
f58d147e39 config: start onboard as floating 2025-03-10 00:22:07 +01:00
tiyn
35271b171c modified kepassxc settings 2025-03-04 05:42:23 +01:00
2d72ffe932 added zen to config 2025-02-09 07:35:24 +01:00
7458dff00f added window configs 2025-01-09 04:40:36 +01:00
76e7f12b7d added teamspeak to monitor settings 2024-03-28 05:56:34 +01:00
2b6678b993 added telegram 2024-01-22 00:48:15 +01:00
3b66ee89b0 readme: updated 2023-12-11 20:22:48 +01:00
2 changed files with 23 additions and 13 deletions

View File

@@ -66,6 +66,10 @@ build are the following.
## 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.
- `git clone https://github.com/tiyn/dwm`

View File

@@ -42,19 +42,25 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
/* class instance title tags mask iscentered isfloating monitor */
{ "discord", NULL, NULL, 1 << 2, 0, 0, 1 },
{ "Element", NULL, NULL, 1 << 2, 0, 0, 1 },
{ "easyeffects", NULL, NULL, 1 << 9, 0, 0, 1 },
{ "Pavucontrol", NULL, NULL, 1 << 9, 0, 0, 1 },
{ "KeePassXC", NULL, NULL, 1 << 9, 0, 0, 0 },
{ "firefox", NULL, NULL, 1 << 1, 0, 0, -1 },
{ "steam", NULL, NULL, 1 << 2, 0, 0, 0 },
{ "Lutris", NULL, NULL, 1 << 2, 0, 0, 0 },
{ "threema-web", NULL, NULL, 1 << 4, 0, 0, 1 },
{ "thunderbird", NULL, NULL, 1 << 4, 0, 0, 1 },
{ "Signal", NULL, NULL, 1 << 4, 0, 0, 1 },
{ "Sonixd", NULL, NULL, 1 << 8, 0, 0, 1 },
/* class instance title tags center float mon */
{ "firefox", 0, 0, 1 << 1, 0, 0, -1 },
{ "zen", 0, 0, 1 << 1, 0, 0, -1 },
{ "Lutris", 0, 0, 1 << 2, 0, 0, 0 },
{ "zenity", 0, 0, 0, 0, 1, -1 },
{ "steam", 0, 0, 1 << 2, 0, 0, 0 },
{ "discord", 0, 0, 1 << 2, 0, 0, 1 },
{ "TeamSpeak", 0, 0, 1 << 2, 0, 0, 1 },
{ "Element", 0, 0, 1 << 2, 0, 0, 1 },
{ "Signal", 0, 0, 1 << 4, 0, 0, 1 },
{ "TelegramDesktop", 0, 0, 1 << 4, 0, 0, 1 },
{ "threema-web", 0, 0, 1 << 4, 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) */