From 9574ceceb9d71990bbdde209a4a952208fee9cb4 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 21 May 2023 13:30:29 -0400 Subject: [PATCH] Added --- homeConfig/dotfiles/sway/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeConfig/dotfiles/sway/config b/homeConfig/dotfiles/sway/config index de970b2..3c869a7 100644 --- a/homeConfig/dotfiles/sway/config +++ b/homeConfig/dotfiles/sway/config @@ -80,6 +80,10 @@ input type:pointer { # Launch emoji keyboard bindsym $mod+Shift+d exec emote + + # Launch ranger file explorer + bindsym $mod+Shift+f exec ranger + # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows.