Compare commits
3 Commits
a83bbd299d
...
50f09af5e9
Author | SHA1 | Date | |
---|---|---|---|
50f09af5e9 | |||
3e6baf384c | |||
4d5c984575 |
@ -7,6 +7,7 @@ Debug/
|
||||
.ccls
|
||||
.ccls-cache
|
||||
.cache
|
||||
.clang_complete
|
||||
*.o
|
||||
# LaTeX
|
||||
auto
|
||||
@ -35,3 +36,5 @@ __pycache__
|
||||
.settings
|
||||
# Emacs
|
||||
.projectile-cache.eld
|
||||
# Platformio
|
||||
.pio
|
||||
|
@ -15,7 +15,6 @@ 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,6 +289,7 @@ 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