- 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
This commit is contained in:
2025-07-24 20:09:13 -05:00
parent 4808986b08
commit 6c9643ba74
8 changed files with 111 additions and 34 deletions

View File

@@ -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),

View File

@@ -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),

View File

@@ -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

View File

@@ -347,6 +347,8 @@ bind = $mainMod CTRL SHIFT, j, resizeactive, 0 50
bind = $mainMod, o, focusmonitor, +1
bind = $mainMod SHIFT, o, movewindow, mon:+1
bind = $mainMod, n, workspace, r+1
bind = $mainMod, b, workspace, r-1
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, r~1
bind = $mainMod, 2, workspace, r~2

View File

@@ -15,11 +15,11 @@ fsyncb () {
fi
}
syncfile=".surf/styles .urlview .gnupg .local/bin/lf-gadgets .local/share/applications/custom .config/FreeTube .config/newsboat .config/zsh .config/vesktop/themes .keepass .config/Pinta .config/cmus stuff/notes stuff/openvpn-cons stuff/scripts stuff/media/ICE stuff/media/music"
syncfile=".surf/styles .urlview .gnupg .local/bin/lf-gadgets .local/share/applications/custom .config/FreeTube .config/newsboat .config/zsh .config/vesktop/themes .keepass .config/Pinta .config/cmus stuff/notes stuff/openvpn-cons stuff/scripts stuff/media/ICE stuff/media/music stuff/manual-programs/mediamtx"
#sync game stuff
target="laptop:~"
exclude="--exclude mediamtx.yml --exclude stream.sh --exclude node_modules --exclude **/target"
exclude="--exclude stream.sh --exclude node_modules --exclude **/target"
fsynca

View File

@@ -56,7 +56,7 @@ fi
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
if [ -z "$(pgrep vesktop)" ]; then
sleep 2s
dbus-run-session vesktop & disown
dbus-run-session discord & disown
fi
if [ -z "$(pgrep gajim)" ]; then