Fix paths
This commit is contained in:
parent
65344c29a6
commit
86e2c75e17
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,8 +5,6 @@
|
||||
*.DS_STORE
|
||||
*desktop.ini
|
||||
|
||||
home/.config/i3/config
|
||||
|
||||
home/.config/Code
|
||||
home/.config/google-chrome
|
||||
home/.config/yay
|
||||
|
1
home/.config/i3/.gitignore
vendored
Normal file
1
home/.config/i3/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
./config
|
@ -46,4 +46,4 @@ mode "$mode_gaps_outer" {
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
# End i3-gaps configuration
|
||||
# End i3-gaps configuration
|
||||
|
@ -33,13 +33,17 @@ bindsym $mod+p exec --no-startup-id i3lock-fancy -p
|
||||
bindsym $mod+m bar mode toggle
|
||||
|
||||
# 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?
|
||||
bindsym $mod+Insert exec --no-startup-id ~/.i3/screenshotter.sh #i3-scrot -w '%Y-%m-%d_$wx$h.png' # Window
|
||||
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
|
||||
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
|
||||
# Selection
|
||||
bindsym Insert exec --no-startup-id maim -s ~/Pictures/$(date +%Y-%m-%d-%s).png
|
||||
# Active Window
|
||||
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
|
||||
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 $mod+Print exec --no-startup-id pkill -fxn '(/\S+)*ffmpeg\s.*\sx11grab\s.*'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user