From 37c56f3d99ea6a5d9c0526add331364f710dae39 Mon Sep 17 00:00:00 2001 From: Simonas Narbutas Date: Mon, 6 Aug 2018 15:13:54 +0200 Subject: [PATCH] vimrc, awesome --- .vimrc | 2 +- .yadm/alt/.config/awesome/rc.lua##Linux.epiphanius | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.vimrc b/.vimrc index ebd9df9..9dbe3af 100644 --- a/.vimrc +++ b/.vimrc @@ -4,7 +4,7 @@ call pathogen#helptags() filetype plugin on " Enable filetype plugins if &diff - colorscheme zellner + colorscheme slate endif set nocompatible set hidden " Allow buffer switching without saving diff --git a/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius b/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius index 02634ba..ed532b6 100644 --- a/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius +++ b/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius @@ -350,15 +350,15 @@ globalkeys = gears.table.join( -- Display Brightness awful.key({}, "XF86MonBrightnessUp", - function () + function () awful.spawn.easy_async("/home/snarbutas/.bin/brightness +750", function(stdout, stderr, reason, exit_code) - naughty.notify {title = "💡", text = stdout, timeout = 0.5} + naughty.notify {icon = "/home/snarbutas/Pictures/icons/wbulb.png", icon_size = 16, text = stdout, timeout = 0.5} end) end), awful.key({}, "XF86MonBrightnessDown", function () awful.spawn.easy_async("/home/snarbutas/.bin/brightness -750", function(stdout, stderr, reason, exit_code) - naughty.notify {title = "💡", text = stdout, timeout = 0.5} + naughty.notify {icon = "/home/snarbutas/Pictures/icons/wbulb.png", icon_size = 16, text = stdout, timeout = 0.5} end) end), -- Extend monitor