Utilitzar alacritty com a terminal
This commit is contained in:
@@ -67,3 +67,4 @@ set -x PGHOST localhost
|
|||||||
set -x PYENV_ROOT "$HOME/.pyenv"
|
set -x PYENV_ROOT "$HOME/.pyenv"
|
||||||
set -x PATH "$PYENV_ROOT/bin" $PATH
|
set -x PATH "$PYENV_ROOT/bin" $PATH
|
||||||
set -x PATH "/home/marc/.emacs.d/bin" $PATH
|
set -x PATH "/home/marc/.emacs.d/bin" $PATH
|
||||||
|
set -x PATH "/home/marc/.local/bin" $PATH
|
||||||
|
|||||||
@@ -34,7 +34,8 @@ new_float normal
|
|||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
set $terminal termite -e fish
|
set $terminal alacritty -e fish
|
||||||
|
set $browser brave
|
||||||
bindsym $mod+Return exec $terminal
|
bindsym $mod+Return exec $terminal
|
||||||
bindsym $mod+Shift+Return exec cool-retro-term
|
bindsym $mod+Shift+Return exec cool-retro-term
|
||||||
|
|
||||||
@@ -165,11 +166,11 @@ exec_always --no-startup-id ~/.config/i3/scripts/shuffle.sh
|
|||||||
|
|
||||||
# Launch programs
|
# Launch programs
|
||||||
|
|
||||||
bindsym $mod+Control+3 exec brave
|
bindsym $mod+Control+3 exec $browser
|
||||||
bindsym $mod+Control+0 exec spotify
|
bindsym $mod+Control+0 exec spotify
|
||||||
|
|
||||||
# Assign workspaces
|
# Assign workspaces
|
||||||
assign [class="Brave"] $ws3
|
assign [class="$browser"] $ws3
|
||||||
for_window [class="Spotify"] move to workspace $ws10
|
for_window [class="Spotify"] move to workspace $ws10
|
||||||
|
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
|
|||||||
Reference in New Issue
Block a user