diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-01 07:39:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-01 07:39:11 -0400 |
| commit | bd4bac8870ade1ae05e49c9aab24ee75a5c66722 (patch) | |
| tree | 1c28e21b890805fe492022f77a6da34d3be07947 /.config/i3 | |
| parent | 202ced921ca39105349d26ae775cc296abde7d8d (diff) | |
| parent | 35cccbb896cd3bef1f4fde9a55ffe69264001f58 (diff) | |
| download | eibhear-bd4bac8870ade1ae05e49c9aab24ee75a5c66722.tar.gz eibhear-bd4bac8870ade1ae05e49c9aab24ee75a5c66722.tar.zst eibhear-bd4bac8870ade1ae05e49c9aab24ee75a5c66722.zip | |
Merge pull request #59 from CecileGS/master
Make it impossible to accidentally kill dropdowns
Diffstat (limited to '.config/i3')
| -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 104196d..4369632 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -91,8 +91,8 @@ bindsym $mod+Shift+BackSpace exec --no-startup-id prompt "Are you sure you want bindsym $mod+Shift+Delete exec --no-startup-id lmc truemute ; exec $truepause ; workspace lmao ; exec $term -e htop ; exec $term -e ranger # #---Letter Key Bindings---# # -bindsym $mod+q kill -bindsym $mod+Shift+q kill +bindsym $mod+q [con_id="__focused__" instance="^(?!math|dropdown).*$"] kill +bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!math|dropdown).*$"] kill bindsym $mod+w exec --no-startup-id $BROWSER bindsym $mod+Shift+w exec --no-startup-id $BROWSER |
