summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Xresources2
-rw-r--r--.config/awesome/rc.lua3
-rw-r--r--.xsession3
3 files changed, 6 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources
index 671bd69..d22bfbf 100644
--- a/.Xresources
+++ b/.Xresources
@@ -60,7 +60,7 @@ URxvt.depth: 32
URxvt*background: rgba:0000/0000/0000/cccc
-URxvt.letterSpace: -1.5
+URxvt.letterSpace: -1
URxvt.lineSpace: -2
URxvt.geometry: 80x26
URxvt.internalBorder:10
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 29c4222..bad31f5 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -331,6 +331,9 @@ globalkeys = gears.table.join(
-- CUSTOM
awful.key({ modkey }, "l", function () awful.util.spawn("i3lock-fancy -f JetBrainsMono-Regular") end,
{description = "lockscreen", group = "lockscreen"}),
+ awful.key({ modkey }, "o", function () awful.spawn.with_shell("xdotool type $(grep -v '^#' ~/.bookmarks | dmenu -i -l 50 | cut -d' ' -f1)") end,
+ {description = "lockscreen", group = "lockscreen"}),
+
-- Prompt
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
diff --git a/.xsession b/.xsession
index 071ebec..f36b2cd 100644
--- a/.xsession
+++ b/.xsession
@@ -4,6 +4,7 @@ nm-applet &
picom &
xrdb -load ~/.Xresources &
feh --bg-scale ~/Bilder/wall.jpg &
-nitrogen --restore &
+# nitrogen --restore &
+autorandr dock &
exec /usr/bin/awesome