aboutsummaryrefslogtreecommitdiff
path: root/env/.config/awesome
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-07-24 20:09:13 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-07-24 20:09:13 -0500
commit6c9643ba745340c5da9cbf8ed1e1c830f657b907 (patch)
treece224fbc01a991b92bff84f99442387eabdaa072 /env/.config/awesome
parent4808986b0873c15db21c8c3702b64537fb48463b (diff)
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
Diffstat (limited to 'env/.config/awesome')
-rw-r--r--env/.config/awesome/keys-US-colemak.lua4
-rw-r--r--env/.config/awesome/keys-US.lua4
-rw-r--r--env/.config/awesome/rc.lua1
3 files changed, 4 insertions, 5 deletions
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