sway: add bind for pcmanfm and switch to alacritty for now
This commit is contained in:
parent
7e6858ca68
commit
43eed5f25a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue