Skip to content

Commit 093df80

Browse files
committed
Remove shiftview
1 parent d949bde commit 093df80

2 files changed

Lines changed: 0 additions & 23 deletions

File tree

config.def.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ static const Layout layouts[] = {
114114
{ MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \
115115
{ MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} },
116116

117-
#include "shiftview.c"
118-
119117
/* helper for spawning shell commands in the pre dwm-5.0 fashion */
120118
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
121119

@@ -180,8 +178,6 @@ static Key keys[] = {
180178
{ MODKEY, XK_period, focusmon, {.i = +1 } },
181179
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
182180
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
183-
{ MODKEY|ControlMask, XK_l, shiftview, {.i = +1 } },
184-
{ MODKEY|ControlMask, XK_h, shiftview, {.i = -1 } },
185181
{ MODKEY|ShiftMask, XK_s, swapfocus, {0} },
186182
{ MODKEY|ControlMask, XK_f, togglecanfocusfloating, {0} },
187183
TAGKEYS( XK_1, 0)

shiftview.c

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)