allow switching base mod key

Mon, 17 Jun 2019 18:45:19 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 17 Jun 2019 18:45:19 -0500
changeset 772
7ae185f81e1a
parent 771
e1d67c65a7e4
child 773
36a9b54b0eea

allow switching base mod key

.i3/config.d/01-base file | annotate | diff | comparison | revisions
.i3/config.d/20-binds file | annotate | diff | comparison | revisions
--- a/.i3/config.d/01-base
+++ b/.i3/config.d/01-base
@@ -1,3 +1,5 @@
 # i3 config file (v4)
 #
 # Please see http://i3wm.org/docs/userguide.html for a complete reference!
+set $mod Mod4
+
--- a/.i3/config.d/20-binds
+++ b/.i3/config.d/20-binds
@@ -1,5 +1,3 @@
-set $mod Mod4
-
 # Use Mouse+$mod to drag floating windows to their wanted position
 floating_modifier $mod
 

mercurial