Tidy up and add grid menu
This commit is contained in:
parent
6dfd732cf3
commit
4b8ed3da33
2 changed files with 193 additions and 183 deletions
|
@ -83,8 +83,9 @@ input * xkb_layout "se"
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
bindsym $mod+Shift+c kill
|
bindsym $mod+Shift+c kill
|
||||||
|
|
||||||
# Start your launcher
|
# Start your launchers
|
||||||
bindsym $mod+d exec $menu
|
bindsym $mod+d exec $menu
|
||||||
|
bindsym $mod+g exec nwggrid -l sv
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -282,8 +283,8 @@ input * xkb_layout "se"
|
||||||
for_window [class="qutebrowser"] move to workspace 2:爵
|
for_window [class="qutebrowser"] move to workspace 2:爵
|
||||||
exec foot --title ncspotterm ncspot
|
exec foot --title ncspotterm ncspot
|
||||||
for_window [title="ncspotterm"] move to workspace 3:
|
for_window [title="ncspotterm"] move to workspace 3:
|
||||||
exec thunderbird
|
exec foot --title neomutt neomutt
|
||||||
for_window [title="Mozilla Thunderbird"] move to workspace 4:
|
for_window [title="neomutt"] move to workspace 4:
|
||||||
|
|
||||||
# Autostart from autostart stuff here
|
# Autostart from autostart stuff here
|
||||||
exec ~/.config/sway/bin/refresh_autostart.sh
|
exec ~/.config/sway/bin/refresh_autostart.sh
|
||||||
|
|
13
setup.sh
13
setup.sh
|
@ -39,13 +39,13 @@ sudo apt install \
|
||||||
light \
|
light \
|
||||||
meson \
|
meson \
|
||||||
mpv \
|
mpv \
|
||||||
neovim \
|
|
||||||
neomutt \
|
neomutt \
|
||||||
|
neovim \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
nm-tray \
|
nm-tray \
|
||||||
|
pandoc \
|
||||||
pass \
|
pass \
|
||||||
pavucontrol \
|
pavucontrol \
|
||||||
pandoc \
|
|
||||||
poppler-utils \
|
poppler-utils \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
qutebrowser \
|
qutebrowser \
|
||||||
|
@ -56,6 +56,7 @@ sudo apt install \
|
||||||
unzip \
|
unzip \
|
||||||
wayland-protocols \
|
wayland-protocols \
|
||||||
wl-clipboard \
|
wl-clipboard \
|
||||||
|
libgtkmm-3.0-dev \
|
||||||
wlr-randr
|
wlr-randr
|
||||||
# Fix NextCloud stuff
|
# Fix NextCloud stuff
|
||||||
sudo usermod -a -G davfs2 ${USER}
|
sudo usermod -a -G davfs2 ${USER}
|
||||||
|
@ -169,6 +170,14 @@ meson build
|
||||||
ninja -C build
|
ninja -C build
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
|
|
||||||
|
# Grid menu
|
||||||
|
git clone https://github.com/nwg-piotr/nwg-launchers.git
|
||||||
|
cd nwg-launchers
|
||||||
|
meson builddir -Dbuildtype=release
|
||||||
|
ninja -C builddir
|
||||||
|
sudo ninja -C builddir install
|
||||||
|
#sudo ninja -C builddir uninstall
|
||||||
|
|
||||||
# Autotiling
|
# Autotiling
|
||||||
sudo -H pip install autotiling
|
sudo -H pip install autotiling
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue