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
|
||||
bindsym $mod+Shift+c kill
|
||||
|
||||
# Start your launcher
|
||||
# Start your launchers
|
||||
bindsym $mod+d exec $menu
|
||||
bindsym $mod+g exec nwggrid -l sv
|
||||
|
||||
# Drag floating windows by holding down $mod and left mouse button.
|
||||
# Resize them with right mouse button + $mod.
|
||||
|
@ -282,8 +283,8 @@ input * xkb_layout "se"
|
|||
for_window [class="qutebrowser"] move to workspace 2:爵
|
||||
exec foot --title ncspotterm ncspot
|
||||
for_window [title="ncspotterm"] move to workspace 3:
|
||||
exec thunderbird
|
||||
for_window [title="Mozilla Thunderbird"] move to workspace 4:
|
||||
exec foot --title neomutt neomutt
|
||||
for_window [title="neomutt"] move to workspace 4:
|
||||
|
||||
# Autostart from autostart stuff here
|
||||
exec ~/.config/sway/bin/refresh_autostart.sh
|
||||
|
|
13
setup.sh
13
setup.sh
|
@ -39,13 +39,13 @@ sudo apt install \
|
|||
light \
|
||||
meson \
|
||||
mpv \
|
||||
neovim \
|
||||
neomutt \
|
||||
neovim \
|
||||
ninja-build \
|
||||
nm-tray \
|
||||
pandoc \
|
||||
pass \
|
||||
pavucontrol \
|
||||
pandoc \
|
||||
poppler-utils \
|
||||
python3-pip \
|
||||
qutebrowser \
|
||||
|
@ -56,6 +56,7 @@ sudo apt install \
|
|||
unzip \
|
||||
wayland-protocols \
|
||||
wl-clipboard \
|
||||
libgtkmm-3.0-dev \
|
||||
wlr-randr
|
||||
# Fix NextCloud stuff
|
||||
sudo usermod -a -G davfs2 ${USER}
|
||||
|
@ -169,6 +170,14 @@ meson build
|
|||
ninja -C build
|
||||
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
|
||||
sudo -H pip install autotiling
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue