rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bd549ad0e9d6292a8be536af54c8680d3e4de353
parent 4180c4ea778470bcc3b6d796ad48f58de1b8ccee
Author: Mark Feller <mark.feller@member.fsf.org>
Date:   Thu, 26 Sep 2019 11:23:20 -0600

laptop setup for i3

Diffstat:
Mdots/.config/i3/config | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dots/.config/i3/config b/dots/.config/i3/config @@ -148,8 +148,13 @@ bindsym $mod+r mode "resize" # Gaps Mode # ---------------------------------------------------------------------- -gaps outer 110 -gaps inner 50 +# Desktop +#gaps outer 110 +#gaps inner 50 + +# Laptop +gaps outer 0 +gaps inner 10 set $mode_gaps Gaps: (o)uter, (i)nner set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global) @@ -218,4 +223,5 @@ exec xsetroot -solid "#161819" exec xinput set-prop 12 288 1 # Tap to Click exec xinput set-prop 12 290 1 # Natural Scrolling +exec setxkbmap -option caps:ctrl_modifier exec_always --no-startup-id notify-send 'Welcome' 'Press Super+F1 for the manual.' -t 10000