From 12f31da74b0007781ad940213ce1e4221bd5c5b3 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 13 Dec 2021 21:13:08 +0100 Subject: [PATCH] chore(hammerspoon): remove old monitor --- hammerspoon/init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index 51aed99..c581348 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -42,7 +42,6 @@ local KEY_SCM = { "⇧", "⌃", "⌘" } -- Displays local DISPLAY_PRIMARY = screen.primaryScreen() -local DISPLAY_SECONDARY = screen.findByName("DELL U2719DC") local DISPLAY_NOTEBOOK = "Color LCD" -- Sizes @@ -201,7 +200,7 @@ hotkey.bind(KEY_CAM, 'j', function() window.focusedWindow():focusWindowSouth() e hotkey.bind(KEY_CAM, 'l', function() window.focusedWindow():focusWindowEast() end) hotkey.bind(KEY_CAM, 'h', function() window.focusedWindow():focusWindowWest() end) --- Hints +-- Haaints hotkey.bind(KEY_CAM, "space", function() hints.windowHints(getAllValidWindows()) end) -- Layouts