File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ if [ "$1" = "install" ]; then
35
35
minecraft-launcher # because XD
36
36
python3 python-pip # neovim uses python???
37
37
i3-gaps # the WM I use :)
38
+ btop htop # task managers :)
38
39
)
39
40
40
41
for package in ${packages[@]} ; do
@@ -137,6 +138,10 @@ cp $dotfiles/picom.conf ~/.config
137
138
echo " Installing jordans polybar config..."
138
139
cp $dotfiles /polybar.ini ~ /.config/polybar/config.ini
139
140
141
+ echo " Setting up swap memory..."
142
+ sudo cp $dotfiles /sysctl.conf /etc
143
+ sudo sysctl vm.swappiness=100
144
+
140
145
cd $dotfiles
141
146
# usermod --shell $oldshell $user # change shell to what it was previously
142
147
echo " Installation script finished."
Original file line number Diff line number Diff line change
1
+ # use all swap memory
2
+ vm.swappiness = 100
You can’t perform that action at this time.
0 commit comments