Utilitzar alacritty com a terminal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user