diff options
| author | KronikPillow <kronikpillow@gmail.com> | 2020-01-05 19:39:59 +0100 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-05 16:43:31 -0500 |
| commit | 0db554d7e57f43ae6ef525a5600161c248a4fbf2 (patch) | |
| tree | 15778075ea5757ac2daf5e06a49c29de9cc38758 /.config/i3 | |
| parent | c39f494876e9105430ccc1feae2b600052484654 (diff) | |
| download | eibhear-0db554d7e57f43ae6ef525a5600161c248a4fbf2.tar.gz eibhear-0db554d7e57f43ae6ef525a5600161c248a4fbf2.tar.zst eibhear-0db554d7e57f43ae6ef525a5600161c248a4fbf2.zip | |
removed cabl keybinding from i3 config as the script is non-existant and mod+c is bound to calcurse in sxhkd
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 8313bdb..640821f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -100,8 +100,6 @@ bindsym $mod+Ctrl+l move workspace to output right bindsym $mod+z gaps outer current plus 5 bindsym $mod+Shift+z gaps outer current minus 5 -bindsym $mod+c exec --no-startup-id cabl - bindsym $mod+b bar mode toggle bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id hover left |
