diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-03-04 16:44:37 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-03-04 16:44:37 +0100 |
| commit | f6b56240fff7c0ddf862c77434c2dc9fd54fd543 (patch) | |
| tree | 8d22750d236e2bea0aa66a28d3a0671b3728665d | |
| parent | ad7a214d01c42b9c784e5d2b79466ec25f56bd22 (diff) | |
Use super and b
| -rw-r--r-- | config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/i3/config b/config/i3/config index 22790fe..8021e6d 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. @@ -83,7 +83,7 @@ bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation -bindsym $mod+- split h +bindsym $mod+b split h # split in vertical orientation bindsym $mod+v split v |