This commit is contained in:
2024-01-20 21:04:26 +01:00
parent 9db72e9457
commit 564b328001
2 changed files with 8 additions and 3 deletions

View File

@@ -246,7 +246,7 @@ bindsym $mod+Shift+z exec i3lock
bindsym Control+Mod1+s exec /home/wholteza/.config/passmenu/passmenu bindsym Control+Mod1+s exec /home/wholteza/.config/passmenu/passmenu
bindsym $mod+Shift+p exec arandr bindsym $mod+Shift+p exec arandr
bindsym $mod+p exec /home/wholteza/.config/screenlayout/screenmenu.sh bindsym $mod+p exec /home/wholteza/.config/screenlayout/screenmenu.sh
bindsym print exec "scrot -s /home/wholteza/Screenshots/%Y-%m-%d-%T-screenshot.png" bindsym --release Print exec scrot -s /home/wholteza/Screenshots/%Y-%m-%d-%T-screenshot.png
# border / titlebar # border / titlebar
title_align center title_align center
default_border normal default_border normal
@@ -271,15 +271,19 @@ for_window [class="OVPN"] floating enable
# Assign to workspaces # Assign to workspaces
## 2: Browsing ## 2: Browsing
assign [class="firefox"] $ws2
assign [class="Firefox"] $ws2 assign [class="Firefox"] $ws2
## 3: Development ## 3: Development
assign [class="Code"] $ws3 assign [class="Code"] $ws3
## 4: Social ## 4: Social
assign [class="Telegram Desktop"] $ws4 assign [class="TelegramDesktop"] $ws4
assign [class="Caprine"] $ws4 assign [class="Caprine"] $ws4
assign [class="discord"] $ws4 assign [class="discord"] $ws4
assign [class="Signal"] $ws4
## 5: Social
assign [class="Moonlight"] $ws5
## 10: Terminals ## 10: Terminals
assign [class="konsole"] $ws10 assign [class="Alacritty"] $ws10
# resize window (you can also use the mouse for that) # resize window (you can also use the mouse for that)
# mode "project" { # mode "project" {
# bindsym s exec ~/.config/screenlayout/bepis-steamlink.sh # bindsym s exec ~/.config/screenlayout/bepis-steamlink.sh

View File

@@ -44,6 +44,7 @@ sudo snap install discord
sudo snap install firefox sudo snap install firefox
sudo snap install signal-desktop sudo snap install signal-desktop
sudo snap install code --classic sudo snap install code --classic
sudo snap install moonlight
sudo snap install rustup --classic sudo snap install rustup --classic
rustup default stable rustup default stable