From 88f77bc59c26068ae1a5e1c9a8bd3b1b88dbe683 Mon Sep 17 00:00:00 2001 From: Berke Kocaoğlu Date: Wed, 14 Apr 2021 20:10:14 +0300 Subject: Implement fill scale mode --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 9981ca3..9e30640 100644 --- a/config.def.h +++ b/config.def.h @@ -127,6 +127,7 @@ static const keymap_t keys[] = { { 0, XK_equal, i_set_zoom, 100 }, { 0, XK_w, i_fit_to_win, SCALE_DOWN }, { 0, XK_W, i_fit_to_win, SCALE_FIT }, + { 0, XK_F, i_fit_to_win, SCALE_FILL }, { 0, XK_e, i_fit_to_win, SCALE_WIDTH }, { 0, XK_E, i_fit_to_win, SCALE_HEIGHT }, { 0, XK_less, i_rotate, DEGREE_270 }, -- cgit v1.2.3-54-g00ecf