Use xterm for ranger instead of alacritty

This commit is contained in:
2021-11-04 22:47:14 +03:00
parent 732fd5d2c4
commit e06a85db38

View File

@@ -68,7 +68,7 @@ input * {
# #
# Start applications with keybindings # Start applications with keybindings
bindsym $alt+f exec firefox-developer-edition bindsym $alt+f exec firefox-developer-edition
bindsym $alt+r exec alacritty -e ranger bindsym $alt+r exec xterm ranger
bindsym $alt+s exec steam bindsym $alt+s exec steam
# Assign specific applications their workspaces # Assign specific applications their workspaces
@@ -89,6 +89,7 @@ for_window [app_id="pavucontrol"] floating enable
# / ___ \ |_| | | || |_| |___) || |/ ___ \| _ < | | # / ___ \ |_| | | || |_| |___) || |/ ___ \| _ < | |
# /_/ \_\___/ |_| \___/|____/ |_/_/ \_\_| \_\|_| # /_/ \_\___/ |_| \___/|____/ |_/_/ \_\_| \_\|_|
# #
exec_always --no-startup-id xrdb -load $HOME/.Xresources
exec_always --no-startup-id $HOME/.config/waybar/launch.sh exec_always --no-startup-id $HOME/.config/waybar/launch.sh
exec_always --no-startup-id dunst exec_always --no-startup-id dunst
exec_always --no-startup-id $HOME/dotfiles/bin/set-wallpaper --restore exec_always --no-startup-id $HOME/dotfiles/bin/set-wallpaper --restore