From 1169762ad0117e756fc4b22ea031a7a3bb7b6792 Mon Sep 17 00:00:00 2001 From: Inhji Date: Mon, 16 Oct 2023 11:30:45 +0200 Subject: [PATCH] sway: clean up --- config/sway/config | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/config/sway/config b/config/sway/config index ec0b720..372c846 100644 --- a/config/sway/config +++ b/config/sway/config @@ -1,22 +1,19 @@ # Default config for sway -# -# Copy this to ~/.config/sway/config and edit it to your liking. -# -# Read `man 5 sway` for a complete reference. - ### Variables -# + # Logo key. Use Mod1 for Alt. set $mod Mod4 + # Home row direction keys, like vim set $left left set $down down set $up up set $right right + # Your preferred terminal emulator -#set $term xfce4-terminal set $term foot set $files thunar + # Monitor names set $MON0 "eDP-1" set $MON1 "HDMI-A-1"