summaryrefslogtreecommitdiff
path: root/src/include/all-keybindings.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-08-04 15:53:16 +0200
committerraveit65 <[email protected]>2020-08-04 16:39:25 +0200
commit37e4d38ca3a61eb843d80732a26f29668352433d (patch)
tree3ecc36df72fcaccc73a56c6713b47afd592d54d8 /src/include/all-keybindings.h
parent85a22e754cd1f43e178e4a81c182643d4319bc5b (diff)
downloadmarco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.bz2
marco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.xz
Remove multiple empty lines
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
Diffstat (limited to 'src/include/all-keybindings.h')
-rw-r--r--src/include/all-keybindings.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h
index cba8e9fd..992d077f 100644
--- a/src/include/all-keybindings.h
+++ b/src/include/all-keybindings.h
@@ -279,7 +279,6 @@ keybind (move-to-corner-sw, handle_move_to_corner_sw, 0,
keybind (move-to-corner-se, handle_move_to_corner_se, 0,
BINDING_PER_WINDOW)
-
keybind (move-to-side-n, handle_move_to_side_n, 0,
BINDING_PER_WINDOW)
keybind (move-to-side-s, handle_move_to_side_s, 0,
@@ -300,10 +299,6 @@ keybind (move-to-monitor-e, handle_move_to_monitor, META_SCREEN_RIGHT,
keybind (move-to-monitor-w, handle_move_to_monitor, META_SCREEN_LEFT,
BINDING_PER_WINDOW)
-
-
-
-
keybind (switch-to-workspace-prev, handle_switch_to_workspace,
META_MOTION_PREV, 0)