sway: add bind for pcmanfm and switch to alacritty for now

This commit is contained in:
Kevin Baensch 2024-11-20 18:01:15 +01:00
parent 7e6858ca68
commit 43eed5f25a
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -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