aboutsummaryrefslogtreecommitdiff
path: root/env/.config/awesome
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-07-01 16:19:14 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-07-01 16:19:14 -0500
commit889894aa1d68358676bca48ddd540a76e067eddb (patch)
tree5648891453117fe62b6f030b4f92585befb00e8d /env/.config/awesome
parentb95ae4c5c9ff4d693d6424cce8a0d579754c4202 (diff)
- fixed wrong dir targets
- added commands to toggle swapscape for hyprland - fixed a launch in autostart - wrong dir for keep finds
Diffstat (limited to 'env/.config/awesome')
-rw-r--r--env/.config/awesome/rc.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/env/.config/awesome/rc.lua b/env/.config/awesome/rc.lua
index c262908..3752878 100644
--- a/env/.config/awesome/rc.lua
+++ b/env/.config/awesome/rc.lua
@@ -21,8 +21,8 @@ Us_keys_colemak = require("keys-US-colemak")
-- when client with a matching name is opened:
require("awful.hotkeys_popup.keys")
-local HOMEDIR="/home/iceyrazor"
-mpris=HOMEDIR.."/stuff/scripts/system/mpris_player_control"
+local HOMEDIR="/home/iceyrazor/"
+mpris=HOMEDIR..".local/bin/system/mpris_player_control"
local show_desktop = false
@@ -275,7 +275,7 @@ awful.screen.connect_for_each_screen(function(screen)
-- Add widgets to the wibox
if screen.index==1 then
- local stbar = awful.widget.watch(HOMEDIR..'/stuff/scripts/system/stbar/stbar-awesome.sh', 2)
+ local stbar = awful.widget.watch(HOMEDIR..'.local/bin/system/stbar/stbar-awesome.sh', 2)
local stbar = wibox.widget.background(stbar)
stbar.bg = beautiful.bg_normal