diff options
Diffstat (limited to 'dotfiles/.config')
-rw-r--r-- | dotfiles/.config/ranger/rifle.conf | 2 | ||||
-rw-r--r-- | dotfiles/.config/sway/config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/ranger/rifle.conf b/dotfiles/.config/ranger/rifle.conf index ce2c241..a4befe0 100644 --- a/dotfiles/.config/ranger/rifle.conf +++ b/dotfiles/.config/ranger/rifle.conf @@ -55,6 +55,6 @@ # install a rare browser, you probably use it. Firefox/konqueror/w3m on the # other hand are often only installed as fallback browsers. -else = setsid xdg-open "$1" > /dev/null 2>&1 & +else = xdg-open "$1" 2> /dev/null label editor = "$EDITOR" -- "$@" label pager = "$PAGER" -- "$@" diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 2427b90..ba88469 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -178,7 +178,7 @@ bindsym --to-code { $mod+F3 exec menudisplay $mod+F4 exec menublk $mod+F12 exec menutz - $mod+r exec kitty -e ranger + $mod+r exec $term -t "ranger" -e ranger $mod+s exec "xway steam" $mod+m exec $term -e ncmpcpp $mod+n exec $term -e newsboat && killall -42 waybar |