From efa4f2fd13861ce30349b80ec5a931997c52f845 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 30 Jun 2015 05:17:03 +0200 Subject: [PATCH] added some more menu entries for xfce apps --- .config/awesome/rc.lua | 10 ++++++++++ .config/awesome/themes/hanez/theme.lua | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index f37399cd..43e59e96 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -66,6 +66,8 @@ end run_once("nm-applet") run_once("pasystray") run_once("xfsettingsd") +run_once("xfce4-clipman") +run_once("xfce4-notes") -- Table of layouts to cover with awful.layout.inc, order matters. local layouts = @@ -121,6 +123,8 @@ cpuwidget:set_color({ type = "linear", from = { 0, 0 }, to = { 10,0 }, stops = { accessoriesmenu = { { "calculator", "/usr/bin/galculator", "/usr/share/icons/hicolor/48x48/apps/galculator.png" }, + { "pluma", "/usr/bin/pluma", + "/usr/share/icons/Adwaita/48x48/apps/accessories-text-editor.png" }, } developmentmenu = { { "anjuta", "/usr/bin/anjuta", @@ -150,12 +154,17 @@ internetmenu = { "/usr/share/icons/hicolor/48x48/apps/pidgin.png" }, } multimediamenu = { + { "alsamixer", terminal.." -e alsamixer", + "/usr/share/icons/hicolor/48x48/apps/xfce-sound.png" }, + { "cmus", terminal.." -e cmus" }, { "kaffeine", "/usr/bin/kaffeine", "/usr/share/icons/hicolor/48x48/apps/kaffeine.png" }, { "spotify", "/usr/bin/spotify", "/usr/share/spotify/spotify-client/Icons/spotify-linux-22.png" }, { "vlc", "/usr/bin/vlc", "/usr/share/icons/hicolor/48x48/apps/vlc.png" }, + { "xfce4 mixer", "/usr/bin/xfce4-mixer", + "/usr/share/icons/Adwaita/48x48/apps/multimedia-volume-control.png" }, } officemenu = { { "libreoffice base", "/usr/bin/libreoffice --base", @@ -372,6 +381,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey }, ",", function() awful.util.spawn("/usr/bin/wmgo") end), awful.key({ modkey }, "b", function() awful.util.spawn("/usr/bin/chromium") end), + awful.key({ modkey }, "y", function() awful.util.spawn("/usr/bin/thunar") end), -- Standard program awful.key({ modkey, }, "Return", function () awful.util.spawn(terminal) end), diff --git a/.config/awesome/themes/hanez/theme.lua b/.config/awesome/themes/hanez/theme.lua index e30e89b0..359efbe3 100644 --- a/.config/awesome/themes/hanez/theme.lua +++ b/.config/awesome/themes/hanez/theme.lua @@ -21,7 +21,7 @@ theme.fg_focus = "#ffa500" theme.fg_urgent = "#ffffff" theme.fg_minimize = "#ffffff" -theme.border_width = 2 +theme.border_width = 1 theme.border_normal = "#000000" theme.border_focus = "#ffa500" theme.border_marked = "#91231c"