mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
i3/config: use kitty instead of urxvt
This commit is contained in:
parent
ff5f95434f
commit
769279d6ee
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@ floating_modifier $mod
|
||||||
tiling_drag modifier titlebar
|
tiling_drag modifier titlebar
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec urxvt -e fish
|
#bindsym $mod+Return exec urxvt -e fish
|
||||||
|
bindsym $mod+Return exec kitty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+x kill
|
bindsym $mod+x kill
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue