Fix paths
This commit is contained in:
parent
65344c29a6
commit
86e2c75e17
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,8 +5,6 @@
|
|||||||
*.DS_STORE
|
*.DS_STORE
|
||||||
*desktop.ini
|
*desktop.ini
|
||||||
|
|
||||||
home/.config/i3/config
|
|
||||||
|
|
||||||
home/.config/Code
|
home/.config/Code
|
||||||
home/.config/google-chrome
|
home/.config/google-chrome
|
||||||
home/.config/yay
|
home/.config/yay
|
||||||
|
1
home/.config/i3/.gitignore
vendored
Normal file
1
home/.config/i3/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
./config
|
@ -33,13 +33,17 @@ bindsym $mod+p exec --no-startup-id i3lock-fancy -p
|
|||||||
bindsym $mod+m bar mode toggle
|
bindsym $mod+m bar mode toggle
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
bindsym Insert exec --no-startup-id maim -s ~/Pictures/$(date +%Y-%m-%d-%s).png #i3-scrot --select '%Y-%m-%d_$wx$h.png' # Selection -- CHange cursor?
|
# Selection
|
||||||
bindsym $mod+Insert exec --no-startup-id ~/.i3/screenshotter.sh #i3-scrot -w '%Y-%m-%d_$wx$h.png' # Window
|
bindsym Insert exec --no-startup-id maim -s ~/Pictures/$(date +%Y-%m-%d-%s).png
|
||||||
bindsym $mod+Shift+Insert --release exec --no-startup-id maim ~/Pictures/$(date +%Y-%m-%d).png #i3-scrot -d '%Y-%m-%d_$wx$h.png' # Fullscreen
|
# Active Window
|
||||||
bindsym $mod+Ctrl+Insert exec --no-startup-id maim -s ~/Pictures/$(date +%Y-%m-%d).png&& pinta ~/Pictures/$(date +%Y-%m-%d-%s).png # screenshot and edit
|
bindsym $mod+Insert exec --no-startup-id ~/bin/screenshotter.sh
|
||||||
|
# Fullscreen
|
||||||
|
bindsym $mod+Shift+Insert --release exec --no-startup-id maim ~/Pictures/$(date +%Y-%m-%d).png
|
||||||
|
# Selection and Edit
|
||||||
|
bindsym $mod+Ctrl+Insert exec --no-startup-id maim -s ~/Pictures/$(date +%Y-%m-%d).png&& pinta ~/Pictures/$(date +%Y-%m-%d-%s).png
|
||||||
|
|
||||||
# Screen recording
|
# Screen recording
|
||||||
bindsym Shift+Print exec --no-startup-id ~/.i3/screencast2gif.sh
|
bindsym Shift+Print exec --no-startup-id ~/bin/screencast2gif.sh
|
||||||
bindsym Print exec --no-startup-id "ffcast -q $(while slop -q -n -f '-g %g ';do :;done) rec ~/Videos/rec-%si-$(date +%Y-%m-%d-%s).mp4"
|
bindsym Print exec --no-startup-id "ffcast -q $(while slop -q -n -f '-g %g ';do :;done) rec ~/Videos/rec-%si-$(date +%Y-%m-%d-%s).mp4"
|
||||||
bindsym $mod+Print exec --no-startup-id pkill -fxn '(/\S+)*ffmpeg\s.*\sx11grab\s.*'
|
bindsym $mod+Print exec --no-startup-id pkill -fxn '(/\S+)*ffmpeg\s.*\sx11grab\s.*'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user