aboutsummaryrefslogtreecommitdiff
path: root/env/.config/awesome
diff options
context:
space:
mode:
Diffstat (limited to 'env/.config/awesome')
-rw-r--r--env/.config/awesome/awesome.xinitrc2
-rw-r--r--env/.config/awesome/rc.lua5
2 files changed, 3 insertions, 4 deletions
diff --git a/env/.config/awesome/awesome.xinitrc b/env/.config/awesome/awesome.xinitrc
new file mode 100644
index 0000000..a254251
--- /dev/null
+++ b/env/.config/awesome/awesome.xinitrc
@@ -0,0 +1,2 @@
+xrandr --dpi 120 --output eDP-1 --scale 1.2x1.2
+exec awesome
diff --git a/env/.config/awesome/rc.lua b/env/.config/awesome/rc.lua
index 3752878..0456fc8 100644
--- a/env/.config/awesome/rc.lua
+++ b/env/.config/awesome/rc.lua
@@ -103,9 +103,6 @@ editor_cmd = terminal .. " -e " .. editor
-- I suggest you to remap Mod4 to another key using xmodmap or other tools.
-- However, you can use another modifier like Mod1, but it may interact with others.
modkey = "Mod4"
-if awesome.hostname == "DangerNoodle" then
- --modkey = "Mod3"
-end
-- Table of layouts to cover with awful.layout.inc, order matters.
@@ -322,7 +319,7 @@ awful.screen.connect_for_each_screen(function(screen)
screen.mylayoutbox,
},
}
- end
+ end
-- Add widgets to the wibox