diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-24 15:13:56 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-24 15:13:56 +0200 |
commit | 4921c24089873ea5ab1e06fd7a5910cc28019a06 (patch) | |
tree | 09c20bca8ed7556f6da1777e96c1fde5236e0ffe /.config | |
parent | f88a020f3ee159bc1a126948af03053d3427d62a (diff) |
Moved scripts to .local/bin
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config | 2 | ||||
-rwxr-xr-x | .config/i3/extra/screenshot | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config index be25abf..83c6107 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -16,7 +16,7 @@ bindsym $mod+b exec firefox bindsym $mod+e exec pcmanfm bindsym $mod+f fullscreen toggle bindsym $mod+i exec --no-startup-id polybar-msg cmd toggle -bindsym $mod+Shift+s exec --no-startup-id ~/.config/i3/extra/screenshot +bindsym $mod+Shift+s exec --no-startup-id ~/.local/bin/screenshot bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons -drun-display-format {name} bindsym $alt+Tab exec --no-startup-id rofi -show window -show-icons -drun-display-format {name} diff --git a/.config/i3/extra/screenshot b/.config/i3/extra/screenshot deleted file mode 100755 index 3eb9ec1..0000000 --- a/.config/i3/extra/screenshot +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -sleep 0.2 -scrot --line mode=edge -s -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' |