From c68aea1a34c7997ddc43cc68293d1dfd3d2eaa20 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 17 Mar 2020 18:49:29 -0300 Subject: Cleaned up code a bit --- .config/i3/config | 10 +++++----- .config/pcmanfm/default/pcmanfm.conf | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index 5e659aac..d3b7efb6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -58,11 +58,11 @@ gaps inner 15 gaps outer 15 bindsym $mod+Shift+t gaps inner current set 15; gaps outer current set 15 -bindsym $mod+s gaps inner current plus 5 -bindsym $mod+Shift+s gaps inner current minus 5 -bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0 -bindsym $mod+z gaps outer current plus 5 -bindsym $mod+Shift+z gaps outer current minus 5 +bindsym $mod+s gaps inner current plus 5 +bindsym $mod+Shift+s gaps inner current minus 5 +bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0 +bindsym $mod+z gaps outer current plus 5 +bindsym $mod+Shift+z gaps outer current minus 5 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod diff --git a/.config/pcmanfm/default/pcmanfm.conf b/.config/pcmanfm/default/pcmanfm.conf index 83423259..3f2c65aa 100644 --- a/.config/pcmanfm/default/pcmanfm.conf +++ b/.config/pcmanfm/default/pcmanfm.conf @@ -13,8 +13,8 @@ x-content/win32-software=pcmanfm [ui] always_show_tabs=0 max_tab_chars=32 -win_width=3840 -win_height=2076 +win_width=1205 +win_height=1956 splitter_pos=387 media_in_new_tab=0 desktop_folder_new_win=0 -- cgit v1.2.3