moved setxkbmap and added firefox workspace

This commit is contained in:
2025-02-10 16:09:21 +00:00
parent 9f2453cbc7
commit f77e42aa0a
3 changed files with 2 additions and 2 deletions

1
bashrc
View File

@@ -1,2 +1 @@
setxkbmap -option caps:swapescape
alias vim=nvim

View File

@@ -1,4 +1,5 @@
# This is my personal bersonal i3 config file! - Adam French
exec setxkbmap -option caps:swapescape
# Use pactl for audio
set $refresh_i3status killall -SIGUSR1 i3status
@@ -188,6 +189,7 @@ bindsym $mod+Shift+8 move container to workspace $ws8;
# Open applications on specific workspaces
assign [class="Surfshark"] $ws8
assign [class="firefox"] $ws1
# assign [class="Pale moon"] $ws2
# assign [class="Pcmanfm"] $ws3
# assign [class="Skype"] $ws5

1
zshrc
View File

@@ -1,2 +1 @@
alias vim=nvim
setxkbmap -option caps:swapescape