1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 20:10:03 +02:00

use alacritty as default terminal

This commit is contained in:
Henrik Hautakoski 2024-05-06 16:03:16 +02:00
parent 224d8847c7
commit 4b730d3924

View file

@ -58,7 +58,7 @@ floating_modifier $mod
# 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 bindsym $mod+Return exec alacritty
# kill focused window # kill focused window
bindsym $mod+x kill bindsym $mod+x kill
@ -171,10 +171,10 @@ assign [class="^Telegram"] $ws6
for_window [window_role="pop-up"] floating enable for_window [window_role="pop-up"] floating enable
for_window [window_role="bubble"] floating enable for_window [window_role="bubble"] floating enable
for_window [window_role="task_dialog"] floating enable for_window [window_role="task_dialog"] floating enable
for_window [window_role="Preferences"] floating enable for_window [window_role="Preferences"] floating enable
for_window [window_type="dialog"] floating enable for_window [window_type="dialog"] floating enable
for_window [window_type="menu"] floating enable for_window [window_type="menu"] floating enable
# resize window (you can also use the mouse for that) # resize window (you can also use the mouse for that)