Add swayswitch

This commit is contained in:
Micke Nordin 2020-12-27 15:34:22 +01:00
parent 4eadc28137
commit acd1e830e5
2 changed files with 5 additions and 2 deletions

View file

@ -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.

View file

@ -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 \