mv home bin to repo

This commit is contained in:
Simonas Narbutas
2018-07-24 17:08:53 +02:00
parent 9fe2acfeb9
commit f4c7de2e5d
4 changed files with 31 additions and 1 deletions

View File

@@ -308,7 +308,7 @@ globalkeys = gears.table.join(
awful.key({}, "XF86MonBrightnessUp", function () awful.util.spawn("/home/snarbutas/.bin/brightness +15", false) end),
awful.key({}, "XF86MonBrightnessDown",function () awful.util.spawn("/home/snarbutas/.bin/brightness -15", false) end),
-- Extend monitor
awful.key({ "Control", "Mod4" }, "e", function () awful.util.spawn("/home/snarbutas/.bin/dualhead", false) end),
awful.key({ "Control", "Mod4" }, "e", function () awful.util.spawn("/home/snarbutas/.bin/multimonitor", false) end),
-- Lock computer
awful.key({ "Control", "Mod4" }, "l", function () awful.util.spawn("i3lock -c 000000 -i /home/snarbutas/Pictures/spiral1.png") end),
awful.key({ "Control", "Mod4", "Shift" }, "l",

View File

@@ -0,0 +1,3 @@
xmodmap ~/.Xmodmap 2>~/.Xmodlog
ssh-agent -s > ~/.ssh/agent
exec awesome