summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2022-08-28 11:01:46 -0700
committerMike Crute <mike@crute.us>2022-08-28 11:01:46 -0700
commit7427114410cb9d7f90add8cd3d139df30e52702e (patch)
tree2228f55e4c220d6b672bfd1fe9ca10fd434dd50c /.config
parente381d4280b9df4e92a41a6ede4c61dc518d93b79 (diff)
downloaddotfiles-7427114410cb9d7f90add8cd3d139df30e52702e.tar.bz2
dotfiles-7427114410cb9d7f90add8cd3d139df30e52702e.tar.xz
dotfiles-7427114410cb9d7f90add8cd3d139df30e52702e.zip
Add screen modes for 9320
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/mcrute.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/awesome/mcrute.lua b/.config/awesome/mcrute.lua
index 869b001..ae7056b 100644
--- a/.config/awesome/mcrute.lua
+++ b/.config/awesome/mcrute.lua
@@ -63,6 +63,18 @@ local edp_display_modes = {
63 "2560x1440", 63 "2560x1440",
64 "2560x1600", 64 "2560x1600",
65 "2880x1620", 65 "2880x1620",
66
67
68}
69
70local edp_display_modes_9320 = {
71 "1280x800",
72 "1400x900",
73 "1680x1050",
74 "1920x1200",
75 "2048x1152", -- Clear but does not use whole screen
76 "2560x1600",
77 "3840x2400",
66} 78}
67 79
68local default_edp_display_modes = { 80local default_edp_display_modes = {