diff --git a/awesome/rc.lua b/awesome/rc.lua index 40f6e23..7ce8b59 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -51,6 +51,9 @@ end -- Themes define colours, icons, font and wallpapers. beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") +-- Notifications +naughty.config.defaults['icon_size'] = 100 + -- This is used later as the default terminal and editor to run. terminal = "x-terminal-emulator" editor = os.getenv("EDITOR") or "editor" @@ -354,6 +357,11 @@ globalkeys = gears.table.join( -- Menubar awful.key({ modkey }, "p", function() menubar.show() end, {description = "show the menubar", group = "launcher"}) + -- custom + --awful.key({ }, "XF86Launch8", function() awful.spawn.with_shell("xdotool key XF86AudioPrev") end, + --{description = "show the menubar", group = "launcher"}), + --awful.key({ }, "XF86Launch9", function() awful.spawn.with_shell("xdotool key XF86AudioNext") end, + --{description = "show the menubar", group = "launcher"}) ) clientkeys = gears.table.join( diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index d844275..6383d99 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -59,3 +59,6 @@ alias killbg='kill ${${(v)jobstates##*:*:}%=*}' alias dns='dig +noall +answer any ' alias standup='cd /home/schneider/git/ && git standup -m 8 -d 7 -s' +alias fuu='fuck' + +alias jswatch='/home/schneider/.yarn/bin/watch '