From 2fac6b534cdcf53adfb7d7c429adc95bb7ff2331 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sun, 29 Oct 2023 12:40:36 +0100 Subject: [PATCH] Updated sync --- sync | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sync b/sync index 5cee75c..4b8c990 100755 --- a/sync +++ b/sync @@ -22,13 +22,15 @@ synced_files = [ ('term/rio/', '~/.config/rio/'), ('term/alacritty/', '~/.config/alacritty/'), ('bar/waybar/', '~/.config/waybar/'), + ('home/xinitrc', '~/.xinitrc'), ('misc/picom/', '~/.config/picom/'), ('misc/runst/', '~/.config/runst/'), ('bin/swaylock-hyprland', '~/.local/bin/swaylock-hyprland'), ('bin/Hyprland', '~/.local/bin/Hyprland'), ('bin/jaaj', '~/.local/bin/jaaj'), - ('bin/toggle-touchpad', '~/.local/bin/toggle-touchpad'), + ('bin/xtoggle-touchpad', '~/.local/bin/xtoggle-touchpad'), + ('bin/wtoggle-touchpad', '~/.local/bin/wtoggle-touchpad'), ('bin/togglescreen', '~/.local/bin/togglescreen'), ('bin/mc-key-fix', '~/.local/bin/mc-key-fix'), ]