awesomewm

This commit is contained in:
joelchrono12 2023-01-04 19:14:11 -06:00
parent 6eb9971a90
commit 281bd65f31
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
1 changed files with 14 additions and 12 deletions

View File

@ -230,14 +230,14 @@ root.buttons(gears.table.join(
-- {{{ Key bindings
globalkeys = gears.table.join(
awful.key({}, "XF86AudioLowerVolume", function()
awful.spawn.with_shell("pactl set-sink-volume @DEFAULT_SINK@ -5% && notify-send 'volume down'")end),
awful.key({}, "XF86AudioRaiseVolume", function()
awful.spawn.with_shell("pactl set-sink-volume @DEFAULT_SINK@ +5% && notify-send 'volume up'")end),
awful.key({ }, "XF86MonBrightnessDown", function ()
awful.spawn.with_shell("brightnessctl set 8%-") end),
awful.key({ }, "XF86MonBrightnessUp", function ()
awful.spawn.with_shell("brightnessctl set 8%+") end),
--awful.key({}, "XF86AudioLowerVolume", function()
--awful.spawn.with_shell("pactl set-sink-volume @DEFAULT_SINK@ -5% && notify-send 'volume down'")end),
--awful.key({}, "XF86AudioRaiseVolume", function()
--awful.spawn.with_shell("pactl set-sink-volume @DEFAULT_SINK@ +5% && notify-send 'volume up'")end),
--awful.key({ }, "XF86MonBrightnessDown", function ()
--awful.spawn.with_shell("brightnessctl set 8%-") end),
--awful.key({ }, "XF86MonBrightnessUp", function ()
--awful.spawn.with_shell("brightnessctl set 8%+") end),
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
{description="show help", group="awesome"}),
@ -658,21 +658,23 @@ autorunApps =
--"pipewire",
"volumeicon",
"picom",
--"lxpolkit",
"lxpolkit",
"xfce4-power-manager",
"nm-applet",
"/usr/libexec/polkit-mate-authentication-agent-1",
"timeshift-launcher",
--"timeshift-launcher",
"syncthing -no-browser",
"flameshot &",
--"/home/joelchrono12/.config/polybar/launch.sh",
--"touchpad-indicator",
"setxkbmap -layout latam",
"nitrogen --restore",
--"nitrogen --restore",
"/home/chrono/.local/bin/activitywatch/aw-qt",
--"megasync",
"keepassxc",
--"firefox",
--"cbatticon",
"cbatticon",
"kdeconnect-indicator",
}
if autorun then
for app = 1, #autorunApps do