aboutsummaryrefslogtreecommitdiff
path: root/sway-de
diff options
context:
space:
mode:
Diffstat (limited to 'sway-de')
-rw-r--r--sway-de/foot/.config/foot/foot.ini (renamed from sway-de/config/foot/foot.ini)0
-rwxr-xr-xsway-de/install.sh14
-rw-r--r--sway-de/lxpolkit/.local/share/systemd/user/lxpolkit.service (renamed from sway-de/local/share/systemd/user/lxpolkit.service)0
-rw-r--r--sway-de/mako/.config/mako/config (renamed from sway-de/config/mako/config)0
-rw-r--r--sway-de/mako/.local/share/systemd/user/mako.service (renamed from sway-de/local/share/systemd/user/mako.service)0
-rw-r--r--sway-de/sway/.config/sway/config (renamed from sway-de/config/sway/config)0
-rwxr-xr-xsway-de/sway/.local/bin/dnf-needs-restarting (renamed from sway-de/local/bin/dnf-needs-restarting)0
-rw-r--r--sway-de/swaylock/.config/swaylock/config (renamed from sway-de/config/swaylock/config)0
-rw-r--r--sway-de/udiskie/.local/share/systemd/user/udiskie.service (renamed from sway-de/local/share/systemd/user/udiskie.service)0
-rw-r--r--sway-de/waybar/.config/waybar/config (renamed from sway-de/config/waybar/config)0
-rw-r--r--sway-de/waybar/.config/waybar/style.css (renamed from sway-de/config/waybar/style.css)0
-rw-r--r--sway-de/wob/.config/wob/wob.ini (renamed from sway-de/config/wob/wob.ini)0
-rwxr-xr-xsway-de/wob/.local/bin/setbright (renamed from sway-de/local/bin/setbright)0
-rwxr-xr-xsway-de/wob/.local/bin/setvol (renamed from sway-de/local/bin/setvol)0
-rw-r--r--sway-de/wob/.local/share/systemd/user/wob.service (renamed from sway-de/local/share/systemd/user/wob.service)0
-rw-r--r--sway-de/wob/.local/share/systemd/user/wob.socket (renamed from sway-de/local/share/systemd/user/wob.socket)0
-rw-r--r--sway-de/wofi/.config/wofi/style.css (renamed from sway-de/config/wofi/style.css)0
-rwxr-xr-xsway-de/wofi/.local/bin/dmenu-wl (renamed from sway-de/local/bin/dmenu-wl)0
18 files changed, 4 insertions, 10 deletions
diff --git a/sway-de/config/foot/foot.ini b/sway-de/foot/.config/foot/foot.ini
index ece9c04..ece9c04 100644
--- a/sway-de/config/foot/foot.ini
+++ b/sway-de/foot/.config/foot/foot.ini
diff --git a/sway-de/install.sh b/sway-de/install.sh
index b693941..9c5ff5d 100755
--- a/sway-de/install.sh
+++ b/sway-de/install.sh
@@ -55,19 +55,13 @@ fi
# use stow to install config files
$STOWCMD \
- --verbose \
- --dir /home/matt/.dotfiles/sway-de \
- --target /home/matt/.config \
- --stow config
-$STOWCMD \
- --verbose \
- --dir /home/matt/.dotfiles/sway-de \
- --target /home/matt/.local \
- --stow local
+ --dir /home/matt/.dotfiles/sway-de/ \
+ --target /home/matt/ \
+ foot lxpolkit mako sway swaylock udiskie waybar wob wofi
# enable new systemd units and start them if sway is running and
sway_active=$(systemctl --user is-active sway-session.target)
-for unit in /home/matt/.dotfiles/sway-de/local/share/systemd/user/*; do
+for unit in lxpolkit.service mako.service udiskie.service wob.service wob.socket; do
if [ "active" = "$sway_active" ]; then
systemctl --user enable --now "$(basename "$unit")"
else
diff --git a/sway-de/local/share/systemd/user/lxpolkit.service b/sway-de/lxpolkit/.local/share/systemd/user/lxpolkit.service
index 98697d7..98697d7 100644
--- a/sway-de/local/share/systemd/user/lxpolkit.service
+++ b/sway-de/lxpolkit/.local/share/systemd/user/lxpolkit.service
diff --git a/sway-de/config/mako/config b/sway-de/mako/.config/mako/config
index 44d0f83..44d0f83 100644
--- a/sway-de/config/mako/config
+++ b/sway-de/mako/.config/mako/config
diff --git a/sway-de/local/share/systemd/user/mako.service b/sway-de/mako/.local/share/systemd/user/mako.service
index c05b06b..c05b06b 100644
--- a/sway-de/local/share/systemd/user/mako.service
+++ b/sway-de/mako/.local/share/systemd/user/mako.service
diff --git a/sway-de/config/sway/config b/sway-de/sway/.config/sway/config
index daca478..daca478 100644
--- a/sway-de/config/sway/config
+++ b/sway-de/sway/.config/sway/config
diff --git a/sway-de/local/bin/dnf-needs-restarting b/sway-de/sway/.local/bin/dnf-needs-restarting
index a080649..a080649 100755
--- a/sway-de/local/bin/dnf-needs-restarting
+++ b/sway-de/sway/.local/bin/dnf-needs-restarting
diff --git a/sway-de/config/swaylock/config b/sway-de/swaylock/.config/swaylock/config
index f8ceefc..f8ceefc 100644
--- a/sway-de/config/swaylock/config
+++ b/sway-de/swaylock/.config/swaylock/config
diff --git a/sway-de/local/share/systemd/user/udiskie.service b/sway-de/udiskie/.local/share/systemd/user/udiskie.service
index ba7e7f0..ba7e7f0 100644
--- a/sway-de/local/share/systemd/user/udiskie.service
+++ b/sway-de/udiskie/.local/share/systemd/user/udiskie.service
diff --git a/sway-de/config/waybar/config b/sway-de/waybar/.config/waybar/config
index 17bade2..17bade2 100644
--- a/sway-de/config/waybar/config
+++ b/sway-de/waybar/.config/waybar/config
diff --git a/sway-de/config/waybar/style.css b/sway-de/waybar/.config/waybar/style.css
index 3866d6f..3866d6f 100644
--- a/sway-de/config/waybar/style.css
+++ b/sway-de/waybar/.config/waybar/style.css
diff --git a/sway-de/config/wob/wob.ini b/sway-de/wob/.config/wob/wob.ini
index ab4ffcb..ab4ffcb 100644
--- a/sway-de/config/wob/wob.ini
+++ b/sway-de/wob/.config/wob/wob.ini
diff --git a/sway-de/local/bin/setbright b/sway-de/wob/.local/bin/setbright
index 7d2784a..7d2784a 100755
--- a/sway-de/local/bin/setbright
+++ b/sway-de/wob/.local/bin/setbright
diff --git a/sway-de/local/bin/setvol b/sway-de/wob/.local/bin/setvol
index f8bb4df..f8bb4df 100755
--- a/sway-de/local/bin/setvol
+++ b/sway-de/wob/.local/bin/setvol
diff --git a/sway-de/local/share/systemd/user/wob.service b/sway-de/wob/.local/share/systemd/user/wob.service
index 1193b30..1193b30 100644
--- a/sway-de/local/share/systemd/user/wob.service
+++ b/sway-de/wob/.local/share/systemd/user/wob.service
diff --git a/sway-de/local/share/systemd/user/wob.socket b/sway-de/wob/.local/share/systemd/user/wob.socket
index 01296d8..01296d8 100644
--- a/sway-de/local/share/systemd/user/wob.socket
+++ b/sway-de/wob/.local/share/systemd/user/wob.socket
diff --git a/sway-de/config/wofi/style.css b/sway-de/wofi/.config/wofi/style.css
index 5cfaf6c..5cfaf6c 100644
--- a/sway-de/config/wofi/style.css
+++ b/sway-de/wofi/.config/wofi/style.css
diff --git a/sway-de/local/bin/dmenu-wl b/sway-de/wofi/.local/bin/dmenu-wl
index 7ac2273..7ac2273 100755
--- a/sway-de/local/bin/dmenu-wl
+++ b/sway-de/wofi/.local/bin/dmenu-wl