update
This commit is contained in:
parent
596e52c526
commit
b3185aa5c3
|
@ -69,7 +69,7 @@
|
|||
"$mod, A, exec, rofi -show drun"
|
||||
"$mod, F, exec, freetube"
|
||||
"$mod, C, exec, hyprpicker -a"
|
||||
"$mod+Shift, W, exec, bash ~/nix/home/hyprland/vm.sh"
|
||||
"$mod+Shift, W, exec, sh ~/nix/home/hyprland/vm.sh"
|
||||
"$mod+Shift, Z, exec, grim - | swappy -f -"
|
||||
"$mod, Z, exec, sh ~/nix/home/hyprland/screen.sh"
|
||||
"$mod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy"
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
grim -g "$(slurp)" - | swappy -f -
|
||||
|
||||
|
|
|
@ -14,10 +14,10 @@
|
|||
v = "hx";
|
||||
cat = "bat";
|
||||
ls = "${pkgs.eza}/bin/eza --icons -a --group-directories-first";
|
||||
pu = "bash ~/nix/home/zsh/push.sh";
|
||||
pu = "sh ~/nix/home/zsh/push.sh";
|
||||
fr = "sudo systemctl reboot --firmware";
|
||||
ser = "ssh root@joygnu.org";
|
||||
rb = "bash ~/nix/home/zsh/desktop-laptop.sh";
|
||||
rb = "sh ~/nix/home/zsh/desktop-laptop.sh";
|
||||
up = "sudo nix flake update ~/nix";
|
||||
del = "sudo nix-collect-garbage -d";
|
||||
hy = "hx ~/nix/home/hyprland/default.nix";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sw
|
||||
#!/bin/sh
|
||||
|
||||
hostname=$(hostname)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# Function to push to all remotes
|
||||
push_to_all_remotes() {
|
||||
|
|
Loading…
Reference in a new issue