diff options
author | Karel Kočí <cynerd@email.cz> | 2021-09-23 09:04:48 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-09-23 09:04:48 +0200 |
commit | 9a902662fc4a7afda2a1f3000f9ec07b2e0c3c79 (patch) | |
tree | e9cbc9855d5bf4d61c69c1d512767df58611136f /config | |
parent | e021906a80991e05c041e6bc284d48f66bb82cc2 (diff) | |
download | myconfigs-9a902662fc4a7afda2a1f3000f9ec07b2e0c3c79.tar.gz myconfigs-9a902662fc4a7afda2a1f3000f9ec07b2e0c3c79.tar.bz2 myconfigs-9a902662fc4a7afda2a1f3000f9ec07b2e0c3c79.zip |
config/i3: fix typo
Diffstat (limited to '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 7e0144f..03e5081 100644 --- a/config/i3/config +++ b/config/i3/config @@ -98,7 +98,7 @@ bindsym $mod+Shift+c reload bindsym $mod+Shift+r restart # Detect graphics output -bindsym $mod+Shift+o exec --no-startup-id autorander --change +bindsym $mod+Shift+o exec --no-startup-id autorandr --change set $mode_system System (l) lock, (e) logout, (s) suspend, (r) reboot, (Shift+s) shutdown mode "$mode_system" { |