replace alacritty with ghostty
This commit is contained in:
parent
e4b67b0d9f
commit
51f68ee0a9
3 changed files with 9 additions and 9 deletions
|
@ -139,7 +139,7 @@
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec alacritty
|
bindsym $mod+Return exec ghostty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
|
@ -54,7 +54,7 @@ pkgs.writeText "config" ''
|
||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term ${pkgs.alacritty}/bin/alacritty
|
set $term ${pkgs.ghostty}/bin/ghostty
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: it's recommended that you pass the final command to sway
|
# Note: it's recommended that you pass the final command to sway
|
||||||
set $menu ${pkgs.rofi-wayland}/bin/rofi -config /etc/rofi.rasi -show combi
|
set $menu ${pkgs.rofi-wayland}/bin/rofi -config /etc/rofi.rasi -show combi
|
||||||
|
|
|
@ -6,18 +6,18 @@
|
||||||
{
|
{
|
||||||
config.machine.pkgsets.xpkgs.pkgs = with pkgs; [
|
config.machine.pkgsets.xpkgs.pkgs = with pkgs; [
|
||||||
acpilight
|
acpilight
|
||||||
feh
|
|
||||||
scrot
|
|
||||||
dconf
|
dconf
|
||||||
alacritty
|
feh
|
||||||
|
ghostty
|
||||||
gvfs
|
gvfs
|
||||||
oneko
|
|
||||||
pcmanfm
|
|
||||||
lxmenu-data
|
lxmenu-data
|
||||||
shared-mime-info
|
oneko
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
pcmanfm
|
||||||
|
scrot
|
||||||
|
shared-mime-info
|
||||||
xclip
|
xclip
|
||||||
xorg.xkill
|
|
||||||
xdiskusage
|
xdiskusage
|
||||||
|
xorg.xkill
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue