diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index cc5a390..0ad16ad 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -101,8 +101,6 @@ bindsym $mod+Shift+c kill # Start your launchers bindsym $mod+d exec $menu -bindsym $mod+g exec nwggrid -l sv -bindsym $mod+q exec nwgbar -s 90 # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. diff --git a/setup.sh b/setup.sh index b44b618..0ad1c64 100644 --- a/setup.sh +++ b/setup.sh @@ -11,6 +11,10 @@ GREETDENVS="/etc/greetd/environments" SWAYRUN="/usr/local/bin/sway-run.sh" WAYLAND_ENABLE="/usr/local/bin/wayland_enablement.sh" +# Add my own repo +wget -O - 'https://repo.mic.ke/PUBLIC.KEY' | sudo apt-key add - +wget -O - 'https://repo.mic.ke/debian/debian-micke-unstable.list' | sudo tee /etc/apt/sources.list.d/debian-micke-unstable.list + # Add linux-libre repo wget -O - 'https://jxself.org/gpg.asc' | sudo apt-key add - echo 'deb https://mirror.linux.pizza/linux-libre/freesh/ freesh main @@ -91,6 +95,7 @@ sudo apt install \ scdoc \ sway \ swayidle \ + swayswitch \ system76-firmware-daemon \ system76-power \ tlp \