From 6c9643ba745340c5da9cbf8ed1e1c830f657b907 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Thu, 24 Jul 2025 20:09:13 -0500 Subject: changes - added mediamtx to backup - removed mpris from awesome. switched to playerctl - changed autostart to discord - todo edit - added choices to get reqs all - added next and prev workspace - made aur manager a var - todo change --- env/.config/awesome/keys-US-colemak.lua | 4 ++-- env/.config/awesome/keys-US.lua | 4 ++-- env/.config/awesome/rc.lua | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'env/.config/awesome') diff --git a/env/.config/awesome/keys-US-colemak.lua b/env/.config/awesome/keys-US-colemak.lua index 133b7ee..725ed38 100644 --- a/env/.config/awesome/keys-US-colemak.lua +++ b/env/.config/awesome/keys-US-colemak.lua @@ -127,8 +127,8 @@ globalkeys = gears.table.join( awesome.restart() end), - awful.key({ }, "XF86AudioPlay", function () awful.util.spawn(mpris.." -a PlayPause") end), - awful.key({ }, "XF86AudioStop", function () awful.util.spawn(mpris.." -a pause") end), + awful.key({ }, "XF86AudioPlay", function () awful.util.spawn("playerctl play-pause") end), + awful.key({ }, "XF86AudioStop", function () awful.util.spawn("playerctl -a pause") end), --awful.key({ }, "XF86AudioRaiseVolume", function () awful.util.spawn("amixer -D pulse sset Master 2%+", false) end), awful.key({ }, "XF86AudioRaiseVolume", function () awful.util.spawn("pactl set-sink-volume @DEFAULT_SINK@ +2%", false) end), awful.key({ }, "XF86AudioLowerVolume", function () awful.util.spawn("pactl set-sink-volume @DEFAULT_SINK@ -2%", false) end), diff --git a/env/.config/awesome/keys-US.lua b/env/.config/awesome/keys-US.lua index a6478b7..0a0a481 100644 --- a/env/.config/awesome/keys-US.lua +++ b/env/.config/awesome/keys-US.lua @@ -127,8 +127,8 @@ globalkeys = gears.table.join( awesome.restart() end), - awful.key({ }, "XF86AudioPlay", function () awful.util.spawn(mpris.." -a PlayPause") end), - awful.key({ }, "XF86AudioStop", function () awful.util.spawn(mpris.." -a pause") end), + awful.key({ }, "XF86AudioPlay", function () awful.util.spawn("playerctl play-pause") end), + awful.key({ }, "XF86AudioStop", function () awful.util.spawn("playerctl -a pause") end), --awful.key({ }, "XF86AudioRaiseVolume", function () awful.util.spawn("amixer -D pulse sset Master 2%+", false) end), awful.key({ }, "XF86AudioRaiseVolume", function () awful.util.spawn("pactl set-sink-volume @DEFAULT_SINK@ +2%", false) end), awful.key({ }, "XF86AudioLowerVolume", function () awful.util.spawn("pactl set-sink-volume @DEFAULT_SINK@ -2%", false) end), diff --git a/env/.config/awesome/rc.lua b/env/.config/awesome/rc.lua index 0456fc8..0f0a1a3 100644 --- a/env/.config/awesome/rc.lua +++ b/env/.config/awesome/rc.lua @@ -22,7 +22,6 @@ Us_keys_colemak = require("keys-US-colemak") require("awful.hotkeys_popup.keys") local HOMEDIR="/home/iceyrazor/" -mpris=HOMEDIR..".local/bin/system/mpris_player_control" local show_desktop = false -- cgit v1.3