vimrc rc.lua changes

This commit is contained in:
Simonas Narbutas
2019-02-10 18:52:39 +01:00
parent 3575af324b
commit 55207e8ed5
2 changed files with 8 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ end
-- {{{ Variable definitions
-- Themes define colours, icons, font and wallpapers.
beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
beautiful.wallpaper = "/home/snarbutas/Pictures/loveyourlegs.jpg"
beautiful.wallpaper = "/home/snarbutas/Pictures/pineapple_wp.jpg"
-- This is used later as the default terminal and editor to run.
terminal = "termite"
editor = os.getenv("EDITOR") or "nano"
@@ -353,6 +353,12 @@ globalkeys = gears.table.join(
awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(-1) end,
{description = "select previous", group = "layout"}),
-- Rofi gopass
awful.key({ modkey, "Shift" }, "p",
function ()
awful.util.spawn("/home/snarbutas/.bin/rofipass")
end ,
{description = "Show pass", group = "launcher"}),
-- Display Brightness
awful.key({}, "XF86MonBrightnessUp",
function ()