diff --git a/.config/fish/config.fish b/.config/fish/config.fish index f2ae771..e3327ff 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -67,3 +67,4 @@ set -x PGHOST localhost set -x PYENV_ROOT "$HOME/.pyenv" set -x PATH "$PYENV_ROOT/bin" $PATH set -x PATH "/home/marc/.emacs.d/bin" $PATH +set -x PATH "/home/marc/.local/bin" $PATH diff --git a/.config/i3/config b/.config/i3/config index fdb2201..5080365 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -34,7 +34,8 @@ new_float normal floating_modifier $mod # start a terminal -set $terminal termite -e fish +set $terminal alacritty -e fish +set $browser brave bindsym $mod+Return exec $terminal bindsym $mod+Shift+Return exec cool-retro-term @@ -165,11 +166,11 @@ exec_always --no-startup-id ~/.config/i3/scripts/shuffle.sh # Launch programs -bindsym $mod+Control+3 exec brave +bindsym $mod+Control+3 exec $browser bindsym $mod+Control+0 exec spotify # Assign workspaces -assign [class="Brave"] $ws3 +assign [class="$browser"] $ws3 for_window [class="Spotify"] move to workspace $ws10 # reload the configuration file