Compare commits

..

No commits in common. "50f09af5e932d870f28508bff4443ea298ff2922" and "a83bbd299d4ce415568ea31af175d9b23dc21508" have entirely different histories.

3 changed files with 1 additions and 4 deletions

View File

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

View File

@ -15,6 +15,7 @@ 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,7 +289,6 @@ 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