mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
feat: change default terminal from alacritty to kitty
This commit is contained in:
@@ -20,7 +20,6 @@ rec {
|
|||||||
|
|
||||||
# set default applications
|
# set default applications
|
||||||
BROWSER = "firefox";
|
BROWSER = "firefox";
|
||||||
TERMINAL = "alacritty";
|
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
|
|
||||||
# enable scrolling in git diff
|
# enable scrolling in git diff
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ windowrule=size 100% 100%,wlogout
|
|||||||
windowrule=animation slide,wlogout
|
windowrule=animation slide,wlogout
|
||||||
|
|
||||||
#-- Keybindings ----------------------------------------------------
|
#-- Keybindings ----------------------------------------------------
|
||||||
$term = alacritty
|
$term = kitty
|
||||||
$app_launcher = ~/.config/hypr/scripts/menu
|
$app_launcher = ~/.config/hypr/scripts/menu
|
||||||
$volume = ~/.config/hypr/scripts/volume
|
$volume = ~/.config/hypr/scripts/volume
|
||||||
$backlight = ~/.config/hypr/scripts/brightness
|
$backlight = ~/.config/hypr/scripts/brightness
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ bindsym $mod+r mode "resize"
|
|||||||
######################################
|
######################################
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec alacritty
|
bindsym $mod+Return exec kitty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+q kill
|
bindsym $mod+q kill
|
||||||
@@ -213,7 +213,7 @@ workspace $ws1 output DP-2
|
|||||||
workspace $ws6 output HDMI-0
|
workspace $ws6 output HDMI-0
|
||||||
|
|
||||||
# bind program to workspace and focus to them on startup:
|
# bind program to workspace and focus to them on startup:
|
||||||
assign [class="alacritty"] $ws1
|
assign [class="kitty"] $ws1
|
||||||
assign [class="(?i)firefox"] $ws2
|
assign [class="(?i)firefox"] $ws2
|
||||||
assign [class="Thunar"] $ws8
|
assign [class="Thunar"] $ws8
|
||||||
assign [class="thunderbird"] $ws9
|
assign [class="thunderbird"] $ws9
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ markup=pango
|
|||||||
[terminal]
|
[terminal]
|
||||||
full_text=
|
full_text=
|
||||||
color=#807dfe
|
color=#807dfe
|
||||||
command=i3-msg -q exec alacritty
|
command=i3-msg -q exec kitty
|
||||||
|
|
||||||
[browser]
|
[browser]
|
||||||
full_text=
|
full_text=
|
||||||
|
|||||||
Reference in New Issue
Block a user