summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-02-04 08:37:42 -0800
committerMike Crute <mike@crute.us>2019-02-04 08:37:42 -0800
commit741ead8c331ccbc39b0f4d3c40b81f7b2a3b457c (patch)
tree898a5ea873b604cbae227b84b2435e054b016ac2 /.config
parentca4b3a1daec801dcbd03150ba40d93f753718150 (diff)
downloaddotfiles-741ead8c331ccbc39b0f4d3c40b81f7b2a3b457c.tar.bz2
dotfiles-741ead8c331ccbc39b0f4d3c40b81f7b2a3b457c.tar.xz
dotfiles-741ead8c331ccbc39b0f4d3c40b81f7b2a3b457c.zip
Trim useless zoom stops
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/mcrute.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/awesome/mcrute.lua b/.config/awesome/mcrute.lua
index b922b39..d1bfa02 100644
--- a/.config/awesome/mcrute.lua
+++ b/.config/awesome/mcrute.lua
@@ -30,12 +30,12 @@ local timezone = "America/Los_Angeles"
30 30
31-- Good clear zoom stops for the Dell XPS 13 93{7,8}0 31-- Good clear zoom stops for the Dell XPS 13 93{7,8}0
32local edp_zoom_modes = { 32local edp_zoom_modes = {
33-- "2880x1620", 33-- "2880x1620",
34-- "2560x1440", 34-- "2560x1440",
35 "2048x1152", 35-- "2048x1152",
36 "1920x1080", 36-- "1920x1080",
37 "1600x900", 37-- "1600x900",
38 "1368x768", 38-- "1368x768",
39 "1280x720", 39 "1280x720",
40 "1024x576", 40 "1024x576",
41 "960x540", 41 "960x540",