From 43eed5f25ac1551a4c27d0a9a7dd9b3de66aebfc Mon Sep 17 00:00:00 2001 From: derped Date: Wed, 20 Nov 2024 18:01:15 +0100 Subject: [PATCH] sway: add bind for pcmanfm and switch to alacritty for now --- config/etc/sway/config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/etc/sway/config.nix b/config/etc/sway/config.nix index e65099b..276ffa6 100644 --- a/config/etc/sway/config.nix +++ b/config/etc/sway/config.nix @@ -52,7 +52,7 @@ in pkgs.writeText "config" set $up k set $right l # Your preferred terminal emulator - set $term ${pkgs.wezterm}/bin/wezterm + set $term ${pkgs.alacritty}/bin/alacritty # Your preferred application launcher # 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 @@ -97,6 +97,7 @@ in pkgs.writeText "config" # # start a terminal bindsym $mod+Return exec $term + bindsym $mod+o exec ${pkgs.pcmanfm}/bin/pcmanfm # kill focused window bindsym $mod+Shift+q kill