From 83ff81fa3384195ba46e6d445ff2a8523017ba90 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 19 Aug 2020 01:26:16 +0200 Subject: Cleaned i3 config a bit. --- files/i3/config | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/files/i3/config b/files/i3/config index 7a5752a..c506e8b 100644 --- a/files/i3/config +++ b/files/i3/config @@ -47,9 +47,9 @@ font pango:monospace 8 # # Use these keys for focus, movement, and resize directions when reaching for # the arrows is not convenient -set $up k -set $down j set $left h +set $down j +set $up k set $right l # define workspaces names @@ -65,17 +65,6 @@ set $ws9 9 set $ws10 10 set $wst 🙈 -#set $ws1 1:I -#set $ws2 2:II -#set $ws3 3:III -#set $ws4 4:IV -#set $ws5 5:V -#set $ws6 6:VI -#set $ws7 7:VII -#set $ws8 8:VIII -#set $ws9 9:IX -#set $ws10 10:X -#set $wst 🙈 # use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod -- cgit v1.2.1