summaryrefslogtreecommitdiffstats
path: root/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.c b/window.c
index b320b47..11499cc 100644
--- a/window.c
+++ b/window.c
@@ -206,7 +206,7 @@ void win_open(win_t *win) {
win_set_title(win, "sxiv");
classhint.res_name = "sxiv";
- classhint.res_class = "sxiv";
+ classhint.res_class = "Sxiv";
XSetClassHint(e->dpy, win->xwin, &classhint);
if (!options->hide_bar) {