diff --git a/stow_home/awesome/.config/awesome/rc.lua b/stow_home/awesome/.config/awesome/rc.lua index 25b6c32..6693509 100644 --- a/stow_home/awesome/.config/awesome/rc.lua +++ b/stow_home/awesome/.config/awesome/rc.lua @@ -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