mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(hammerspoon): remove old monitor
This commit is contained in:
@@ -42,7 +42,6 @@ local KEY_SCM = { "⇧", "⌃", "⌘" }
|
|||||||
|
|
||||||
-- Displays
|
-- Displays
|
||||||
local DISPLAY_PRIMARY = screen.primaryScreen()
|
local DISPLAY_PRIMARY = screen.primaryScreen()
|
||||||
local DISPLAY_SECONDARY = screen.findByName("DELL U2719DC")
|
|
||||||
local DISPLAY_NOTEBOOK = "Color LCD"
|
local DISPLAY_NOTEBOOK = "Color LCD"
|
||||||
|
|
||||||
-- Sizes
|
-- 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, 'l', function() window.focusedWindow():focusWindowEast() end)
|
||||||
hotkey.bind(KEY_CAM, 'h', function() window.focusedWindow():focusWindowWest() end)
|
hotkey.bind(KEY_CAM, 'h', function() window.focusedWindow():focusWindowWest() end)
|
||||||
|
|
||||||
-- Hints
|
-- Haaints
|
||||||
hotkey.bind(KEY_CAM, "space", function() hints.windowHints(getAllValidWindows()) end)
|
hotkey.bind(KEY_CAM, "space", function() hints.windowHints(getAllValidWindows()) end)
|
||||||
|
|
||||||
-- Layouts
|
-- Layouts
|
||||||
|
|||||||
Reference in New Issue
Block a user