diff --git a/config.h b/config.h index 1fbc6fb..d132c3a 100644 --- a/config.h +++ b/config.h @@ -24,7 +24,9 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { "Nextcloud", NULL, NULL, 1 << 8, 0, -1 }, + { "Nextcloud", NULL, NULL, 1 << 8, 1, -1 }, + { "Mullvad VPN", NULL, NULL, 1 << 8, 1, -1 }, + { "st", "floating", NULL, 1 << 8, 1, -1 }, }; @@ -66,8 +68,8 @@ static const char *xcmd[] = { "pkill", "x", NULL }; static const char *mutecmd[] = { "pulsemixer", "--toggle-mute", NULL }; static const char *volcmd[] = { "st", "-e", "pulsemixer", NULL }; static const char *lockcmd[] = { "slock", NULL }; -static const char *filecmd[] = { "st", "-e", "nnn", "-R", "d", NULL }; -static const char *ffilecmd[] = { "st", "-n", "floating", "-e", "lf", NULL }; +static const char *filecmd[] = { "st", "-e", "nnn", "-", "R", "d", NULL }; +static const char *ffilecmd[] = { "st", "-n", "floating", "-e", "nnn", "-", "R", "d", NULL }; static const char *musiccmd[] = { "st", "-e", "ncmpcpp", NULL }; static const char *ssacmd[] = { "ssall", NULL }; static const char *ssscmd[] = { "ssselection", NULL }; diff --git a/drw.o b/drw.o new file mode 100644 index 0000000..db93e5e Binary files /dev/null and b/drw.o differ diff --git a/dwm b/dwm new file mode 100755 index 0000000..db2adae Binary files /dev/null and b/dwm differ diff --git a/dwm.o b/dwm.o new file mode 100644 index 0000000..52e501a Binary files /dev/null and b/dwm.o differ diff --git a/util.o b/util.o new file mode 100644 index 0000000..59a0745 Binary files /dev/null and b/util.o differ