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