Compare commits

..

3 Commits

Author SHA1 Message Date
50f09af5e9
Add keybinding for screenshots 2025-08-29 01:39:25 +02:00
3e6baf384c
Initialize Flake dev projects only with one file 2025-08-29 01:38:09 +02:00
4d5c984575
Update global gitignore 2025-08-29 01:37:32 +02:00
3 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,7 @@ Debug/
.ccls .ccls
.ccls-cache .ccls-cache
.cache .cache
.clang_complete
*.o *.o
# LaTeX # LaTeX
auto auto
@ -35,3 +36,5 @@ __pycache__
.settings .settings
# Emacs # Emacs
.projectile-cache.eld .projectile-cache.eld
# Platformio
.pio

View File

@ -15,7 +15,6 @@ usage() {
copy_nix_files() { copy_nix_files() {
if [ "$1" = "flake" ]; then if [ "$1" = "flake" ]; then
cp ~/Projects/devenv/flake-template.nix flake.nix cp ~/Projects/devenv/flake-template.nix flake.nix
cp ~/Projects/devenv/shell.nix .
elif [ "$1" = "nix-ld" ]; then elif [ "$1" = "nix-ld" ]; then
cp ~/Projects/devenv/nix-ld.nix shell.nix cp ~/Projects/devenv/nix-ld.nix shell.nix
elif [ "$1" = "datasci" ]; then elif [ "$1" = "datasci" ]; then

View File

@ -289,6 +289,7 @@ bindsym $mod+c exec clipman pick -t rofi --max-items=50
bindsym Print exec grim bindsym Print exec grim
# slurp + grim to clipboard # slurp + grim to clipboard
bindsym Shift+Print exec slurp | grim -g - - | wl-copy bindsym Shift+Print exec slurp | grim -g - - | wl-copy
#bindsym Shift+Super_L exec slurp | grim -g - - | wl-copy
# find PDFs with rofi # find PDFs with rofi
bindsym $mod+f exec ~/.local/share/scripts/finder bindsym $mod+f exec ~/.local/share/scripts/finder
# recurrent action launcher # recurrent action launcher