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:
parent
224d8847c7
commit
4b730d3924
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue