Add swayswitch
This commit is contained in:
parent
4eadc28137
commit
acd1e830e5
2 changed files with 5 additions and 2 deletions
|
@ -101,8 +101,6 @@ bindsym $mod+Shift+c kill
|
||||||
|
|
||||||
# Start your launchers
|
# Start your launchers
|
||||||
bindsym $mod+d exec $menu
|
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.
|
# Drag floating windows by holding down $mod and left mouse button.
|
||||||
# Resize them with right mouse button + $mod.
|
# Resize them with right mouse button + $mod.
|
||||||
|
|
5
setup.sh
5
setup.sh
|
@ -11,6 +11,10 @@ GREETDENVS="/etc/greetd/environments"
|
||||||
SWAYRUN="/usr/local/bin/sway-run.sh"
|
SWAYRUN="/usr/local/bin/sway-run.sh"
|
||||||
WAYLAND_ENABLE="/usr/local/bin/wayland_enablement.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
|
# Add linux-libre repo
|
||||||
wget -O - 'https://jxself.org/gpg.asc' | sudo apt-key add -
|
wget -O - 'https://jxself.org/gpg.asc' | sudo apt-key add -
|
||||||
echo 'deb https://mirror.linux.pizza/linux-libre/freesh/ freesh main
|
echo 'deb https://mirror.linux.pizza/linux-libre/freesh/ freesh main
|
||||||
|
@ -91,6 +95,7 @@ sudo apt install \
|
||||||
scdoc \
|
scdoc \
|
||||||
sway \
|
sway \
|
||||||
swayidle \
|
swayidle \
|
||||||
|
swayswitch \
|
||||||
system76-firmware-daemon \
|
system76-firmware-daemon \
|
||||||
system76-power \
|
system76-power \
|
||||||
tlp \
|
tlp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue