diff --git a/bashrc b/bashrc index 699f234..2461d6b 100644 --- a/bashrc +++ b/bashrc @@ -1,2 +1 @@ -setxkbmap -option caps:swapescape alias vim=nvim diff --git a/i3config b/i3config index 78d0681..ee0c537 100644 --- a/i3config +++ b/i3config @@ -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 diff --git a/zshrc b/zshrc index e3fbb37..2461d6b 100644 --- a/zshrc +++ b/zshrc @@ -1,2 +1 @@ alias vim=nvim -setxkbmap -option caps:swapescape