diff --git a/.gitignore b/.gitignore index 6c95118..c76ff3a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,6 @@ *.DS_STORE *desktop.ini -home/.config/i3/config - home/.config/Code home/.config/google-chrome home/.config/yay diff --git a/home/.config/i3/.gitignore b/home/.config/i3/.gitignore new file mode 100644 index 0000000..8c9614c --- /dev/null +++ b/home/.config/i3/.gitignore @@ -0,0 +1 @@ +./config \ No newline at end of file diff --git a/home/.config/i3/conf.d/gaps.conf b/home/.config/i3/conf.d/gaps.conf index 4c04ca5..4a9f879 100644 --- a/home/.config/i3/conf.d/gaps.conf +++ b/home/.config/i3/conf.d/gaps.conf @@ -46,4 +46,4 @@ mode "$mode_gaps_outer" { bindsym Escape mode "default" } -# End i3-gaps configuration \ No newline at end of file +# End i3-gaps configuration diff --git a/home/.config/i3/conf.d/keybinds.conf b/home/.config/i3/conf.d/keybinds.conf index d4d6b6a..0f9533b 100644 --- a/home/.config/i3/conf.d/keybinds.conf +++ b/home/.config/i3/conf.d/keybinds.conf @@ -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.*'