diff options
author | Guangxiong Lin <[email protected]> | 2021-11-27 22:16:34 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-11-27 22:16:34 +0800 |
commit | 88877c1031be53e93b7cfcca848f1ed966b63e56 (patch) | |
tree | d0ab220be180b9c08e3565599b8da9ee28cb5e17 /.config/i3/config | |
parent | dc47f8be0842b4938a26ad5c64a4ec411c62c451 (diff) | |
download | dotfiles-88877c1031be53e93b7cfcca848f1ed966b63e56.tar.gz dotfiles-88877c1031be53e93b7cfcca848f1ed966b63e56.tar.bz2 dotfiles-88877c1031be53e93b7cfcca848f1ed966b63e56.zip |
Update i3wm mod key
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index abc4805..09dfd37 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -9,7 +9,7 @@ # # Please see https://i3wm.org/docs/userguide.html for a complete reference! -set $mod Mod1 +set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. |