Use configured terminal in i3

master
mandlm 2021-03-06 16:20:27 +01:00
parent 7178d38842
commit 8953da4cfc
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ set $term alacritty
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
font pango:DejaVu Sans 11
font pango:DejaVu Sans Mono 11
# disable window titles
default_border pixel 1
@ -30,7 +30,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Return exec $term
# kill focused window
bindsym $mod+Shift+q kill