diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-18 20:31:24 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-18 20:31:24 -0500 |
| commit | 21b4f8c613c45a2694129f5bba37b2ebc934633b (patch) | |
| tree | 3fc5dec870561badcf45b0dbcd27ed9a4e3d6e95 /.config | |
| parent | 7fdc2fac93797877abd2639ff6bd6e67730391e7 (diff) | |
| download | eibhear-21b4f8c613c45a2694129f5bba37b2ebc934633b.tar.gz eibhear-21b4f8c613c45a2694129f5bba37b2ebc934633b.tar.zst eibhear-21b4f8c613c45a2694129f5bba37b2ebc934633b.zip | |
showclip and qrcode show binds
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index c842ce0..3db8e69 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -129,7 +129,8 @@ bindsym $mod+grave exec --no-startup-id dmenuunicode bindsym $mod+Shift+Delete exec --no-startup-id lmc truemute ; exec $truepause ; exec --no-startup-id pauseallmpv; workspace 0; exec $term -e htop ; exec $term -e ranger # Show selection: -bindsym $mod+Shift+Insert exec --no-startup-id showclip +bindsym $mod+Insert exec --no-startup-id showclip +bindsym $mod+Pause exec --no-startup-id xcqr # #---Letter Key Bindings---# # bindsym $mod+q [con_id="__focused__" instance="^(?!dropdowncalc|tmuxdd).*$"] kill |
