Compare commits
3 Commits
bd29edf9c0
...
3f62ec4e0d
Author | SHA1 | Date | |
---|---|---|---|
|
3f62ec4e0d | ||
|
b1cae0ce5e | ||
|
03ede82d5c |
@@ -4254,6 +4254,7 @@ static const Rule rules[] = {
|
||||
RULE(.class = "Signal", .tags = 1 << 0)
|
||||
RULE(.class = "discord", .tags = 1 << 0)
|
||||
RULE(.class = "notion-app-enhanced", .tags = 1 << 1)
|
||||
RULE(.class = "Logseq", .tags = 1 << 1)
|
||||
RULE(.class = "pocket-casts-linux", .tags = 1 << 2)
|
||||
RULE(.class = "Spotify", .tags = 1 << 3)
|
||||
RULE(.class = "Vivaldi-stable", .tags = 1 << 4)
|
||||
@@ -4263,15 +4264,16 @@ static const Rule rules[] = {
|
||||
RULE(.class = "GNU Octave", .tags = 1 << 6)
|
||||
RULE(.title = "Steam", .tags = 1 << 7)
|
||||
RULE(.class = "Lutris", .tags = 1 << 7)
|
||||
RULE(.title = "Origin", .tags = 1 << 7, .isfloating = 1)
|
||||
RULE(.title = "Ubisoft Connect", .tags = 1 << 7, .isfloating = 1)
|
||||
RULE(.class = "PrismLauncher", .tags = 1 << 7)
|
||||
RULE(.class = "gamescope", .tags = 1 << 7)
|
||||
RULE(.class = "Thunar", .tags = 1 << 8)
|
||||
RULE(.class = "trackma", .tags = 1 << 8)
|
||||
RULE(.class = "Trackma-gtk", .tags = 1 << 8)
|
||||
RULE(.class = "obs", .tags = 1 << 8)
|
||||
RULE(.class = "NoiseTorch", .tags = 1 << 8)
|
||||
RULE(.class = "kdenlive", .tags = 1 << 8)
|
||||
RULE(.class = "Syncthing GTK", .tags = 1 << 8)
|
||||
RULE(.class = "Nyrna", .tags = 1 << 8)
|
||||
RULE(.class = "openrgb", .tags = 1 << 8)
|
||||
#if RENAMED_SCRATCHPADS_PATCH
|
||||
RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1)
|
||||
#elif SCRATCHPADS_PATCH
|
||||
|
@@ -479,6 +479,7 @@ static const Rule rules[] = {
|
||||
RULE(.class = "Signal", .tags = 1 << 0)
|
||||
RULE(.class = "discord", .tags = 1 << 0)
|
||||
RULE(.class = "notion-app-enhanced", .tags = 1 << 1)
|
||||
RULE(.class = "Logseq", .tags = 1 << 1)
|
||||
RULE(.class = "pocket-casts-linux", .tags = 1 << 2)
|
||||
RULE(.class = "Spotify", .tags = 1 << 3)
|
||||
RULE(.class = "Vivaldi-stable", .tags = 1 << 4)
|
||||
@@ -488,15 +489,16 @@ static const Rule rules[] = {
|
||||
RULE(.class = "GNU Octave", .tags = 1 << 6)
|
||||
RULE(.title = "Steam", .tags = 1 << 7)
|
||||
RULE(.class = "Lutris", .tags = 1 << 7)
|
||||
RULE(.title = "Origin", .tags = 1 << 7, .isfloating = 1)
|
||||
RULE(.title = "Ubisoft Connect", .tags = 1 << 7, .isfloating = 1)
|
||||
RULE(.class = "PrismLauncher", .tags = 1 << 7)
|
||||
RULE(.class = "gamescope", .tags = 1 << 7)
|
||||
RULE(.class = "Thunar", .tags = 1 << 8)
|
||||
RULE(.class = "trackma", .tags = 1 << 8)
|
||||
RULE(.class = "Trackma-gtk", .tags = 1 << 8)
|
||||
RULE(.class = "obs", .tags = 1 << 8)
|
||||
RULE(.class = "NoiseTorch", .tags = 1 << 8)
|
||||
RULE(.class = "kdenlive", .tags = 1 << 8)
|
||||
RULE(.class = "Syncthing GTK", .tags = 1 << 8)
|
||||
RULE(.class = "Nyrna", .tags = 1 << 8)
|
||||
RULE(.class = "openrgb", .tags = 1 << 8)
|
||||
#if RENAMED_SCRATCHPADS_PATCH
|
||||
RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1)
|
||||
#elif SCRATCHPADS_PATCH
|
||||
|
@@ -38,4 +38,5 @@ focusmaster(const Arg *arg)
|
||||
#else
|
||||
focus(master);
|
||||
#endif // FOCUSMASTER_RETURN_PATCH
|
||||
restack(m);
|
||||
}
|
||||
|
Reference in New Issue
Block a user