diff options
| author | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-04-06 20:26:03 -0500 |
|---|---|---|
| committer | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-04-06 20:26:03 -0500 |
| commit | 6b71c978fd56367f0fb339d4039896ed2af0cb0b (patch) | |
| tree | 86fb89a7c4f5a999752f5a0c95c4c479bdd55f1a /dwm/tagandview.c | |
| parent | 3588cbd9e548351ac37ca8946f93c4603d6b7307 (diff) | |
Updates dwm, st, dmenu, slock, and dwmblocks
Diffstat (limited to 'dwm/tagandview.c')
| -rw-r--r-- | dwm/tagandview.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dwm/tagandview.c b/dwm/tagandview.c new file mode 100644 index 0000000..0f98214 --- /dev/null +++ b/dwm/tagandview.c @@ -0,0 +1,4 @@ +void tagandview(const Arg *arg) { + tag(arg); + view(arg); +} |
