diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-12 00:15:19 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-12 00:15:19 -0400 |
| commit | b74f98ede6fa6aa4bb03fd7775be5e35f790d7e9 (patch) | |
| tree | 8af394f57d585870d49a65a8ce9965359f5691b7 | |
| parent | ff9f7b80c466095a69231df9f6a5311fd2776f8c (diff) | |
| download | eibhear-b74f98ede6fa6aa4bb03fd7775be5e35f790d7e9.tar.gz eibhear-b74f98ede6fa6aa4bb03fd7775be5e35f790d7e9.tar.zst eibhear-b74f98ede6fa6aa4bb03fd7775be5e35f790d7e9.zip | |
xcqr removed (replaced by mod+c)
| -rw-r--r-- | .config/i3/config | 2 | ||||
| -rwxr-xr-x | .scripts/i3cmds/xcqr | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/.config/i3/config b/.config/i3/config index feddf21..fed2942 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -78,7 +78,7 @@ bindsym $mod+Shift+Delete exec --no-startup-id lmc truemute ; exec --no-startup- # Show selection: bindsym $mod+Insert exec --no-startup-id showclip -bindsym $mod+Pause exec --no-startup-id xcqr +##bindsym $mod+Pause # #---Letter Key Bindings---# # bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill diff --git a/.scripts/i3cmds/xcqr b/.scripts/i3cmds/xcqr deleted file mode 100755 index 2352599..0000000 --- a/.scripts/i3cmds/xcqr +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# Credit to Maddison Hellstrom (@b0o on Github) -ifinstalled feh && qrencode -o - -s 1 \ - "$(xclip -out -selection clipboard)" | - feh --zoom max \ - -F \ - --force-aliasing \ - --image-bg white \ - - |
