From 3be04b303481364826a1cedfbcdc63164788d060 Mon Sep 17 00:00:00 2001 From: wholteza Date: Sun, 1 Oct 2023 22:31:20 +0200 Subject: [PATCH] workspace assignment --- .config/i3/config | 11 +++++++++++ .config/requirements/install.sh | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index c4d75b8..7a49872 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -258,6 +258,17 @@ for_window [class="OVPN"] floating enable # for_window [class="Lmms"] border pixel 0 # for_window [class="Feh"] border pixel 0 +# Assign to workspaces +## 2: Browsing +assign [class="Firefox"] $ws2 +## 3: Development +assign [class="Code"] $ws3 +## 4: Social +assign [class="Telegram Desktop"] $ws4 +assign [class="Caprine"] $ws4 +assign [class="discord"] $ws4 +## 10: Terminals +assign [class="konsole"] $ws10 # resize window (you can also use the mouse for that) # mode "project" { # bindsym s exec ~/.config/screenlayout/bepis-steamlink.sh diff --git a/.config/requirements/install.sh b/.config/requirements/install.sh index b9faa34..1242272 100755 --- a/.config/requirements/install.sh +++ b/.config/requirements/install.sh @@ -1,5 +1,10 @@ sudo apt install i3 i3blocks i3lock suckless-tools arandr feh scrot wget gnupg2 gnupg-agent dirmngr cryptsetup scdaemon pcscd secure-delete hopenpgp-tools yubikey-personalization +sudo snap install caprine +sudo snap install telegram-desktop +sudo snap install discord +sudo snap install firefox + curl -s https://ohmyposh.dev/install.sh | sudo bash -s source ~/.bashrc