Compare commits
3 Commits
a83bbd299d
...
50f09af5e9
Author | SHA1 | Date | |
---|---|---|---|
50f09af5e9 | |||
3e6baf384c | |||
4d5c984575 |
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user