dev #3

Merged
wyj merged 34 commits from dev into main 2024-05-27 00:37:16 -04:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 24f4e6e424 - Show all commits
+1
View File
@@ -9,6 +9,7 @@ packagesPacman=(
"cliphist" "cliphist"
"hyprlock" "hyprlock"
"hypridle" "hypridle"
"kitty"
); );
packagesYay=( packagesYay=(
+2 -2
View File
@@ -7,6 +7,6 @@ plugins = [
[scratchpads.term] [scratchpads.term]
animation = "fromTop" animation = "fromTop"
command = "alacritty --class alacritty-dropterm" command = "kitty --class kitty-dropterm"
class = "alacritty-dropterm" class = "kitty-dropterm"
size = "75% 60%" size = "75% 60%"