Compare commits

...

5 Commits

11 changed files with 24 additions and 4 deletions

3
2-config.sh Normal file
View File

@ -0,0 +1,3 @@
cp -a config/. ~/.config
# echo "source ~/.config/bash/bashrc" >> ~/.bashrc
# actually, I want this command to be indempotent, mmh

0
3-install.sh Normal file
View File

0
4-launch.sh Normal file
View File

View File

@ -1 +0,0 @@
cp -a config/. ~/.config

BIN
gtktitlebar-11.0.zip.1 Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
#!/bin/bash
echo "source ~/.config/bash/bashrc" >> ~/.bashrc

View File

@ -0,0 +1,20 @@
sudo apt install xdotool
wget https://github.com/velitasali/gtktitlebar/releases/download/11.0/gtktitlebar-11.0.zip
yes | sudo unzip gtktitlebar-11.0.zip -d /usr/share/gnome-shell/extensions
rm gtktitlebar-11.0.zip
name=$(xdotool getwindowfocus getwindowname)
killall -3 gnome-shell && sleep 5
# sleep 1 && wmctrl -a $name
wmctrl -a "hephaestus@kedalion: ~/nunOS"
echo 1
# xdotool key a
xdotool key Tab
xdotool key Return
sleep 1
echo "$name"
wmctrl -a $name
gnome-extensions enable gtktitlebar@velitasali.github.io

1
packages/4-alacritty.sh Normal file
View File

@ -0,0 +1 @@
sudo apt install alacritty