Compare commits
No commits in common. "50f09af5e932d870f28508bff4443ea298ff2922" and "a83bbd299d4ce415568ea31af175d9b23dc21508" have entirely different histories.
50f09af5e9
...
a83bbd299d
@ -7,7 +7,6 @@ Debug/
|
||||
.ccls
|
||||
.ccls-cache
|
||||
.cache
|
||||
.clang_complete
|
||||
*.o
|
||||
# LaTeX
|
||||
auto
|
||||
@ -36,5 +35,3 @@ __pycache__
|
||||
.settings
|
||||
# Emacs
|
||||
.projectile-cache.eld
|
||||
# Platformio
|
||||
.pio
|
||||
|
@ -15,6 +15,7 @@ usage() {
|
||||
copy_nix_files() {
|
||||
if [ "$1" = "flake" ]; then
|
||||
cp ~/Projects/devenv/flake-template.nix flake.nix
|
||||
cp ~/Projects/devenv/shell.nix .
|
||||
elif [ "$1" = "nix-ld" ]; then
|
||||
cp ~/Projects/devenv/nix-ld.nix shell.nix
|
||||
elif [ "$1" = "datasci" ]; then
|
||||
|
@ -289,7 +289,6 @@ bindsym $mod+c exec clipman pick -t rofi --max-items=50
|
||||
bindsym Print exec grim
|
||||
# slurp + grim to clipboard
|
||||
bindsym Shift+Print exec slurp | grim -g - - | wl-copy
|
||||
#bindsym Shift+Super_L exec slurp | grim -g - - | wl-copy
|
||||
# find PDFs with rofi
|
||||
bindsym $mod+f exec ~/.local/share/scripts/finder
|
||||
# recurrent action launcher
|
||||
|
Loading…
x
Reference in New Issue
Block a user