This commit is contained in:
joygnu 2024-07-02 18:00:01 +02:00
parent 1829dfa128
commit 51559a0f75
2 changed files with 5 additions and 4 deletions

View file

@ -39,7 +39,7 @@
"waybar &" "waybar &"
"wl-paste --type text --watch cliphist store" "wl-paste --type text --watch cliphist store"
"wl-paste --type image --watch cliphist store" "wl-paste --type image --watch cliphist store"
"sh cmus.sh" "screen -dmS cmus cmus &"
]; ];
@ -50,6 +50,7 @@
"$mod, E, exec, nemo" "$mod, E, exec, nemo"
"$mod, S, exec, brave" "$mod, S, exec, brave"
"$mod, X, exec, keepassxc" "$mod, X, exec, keepassxc"
"$mod, D, exec, alacritty -e screen -r cmus"
"$mod, F, exec, freetube" "$mod, F, exec, freetube"
"$mod, M, exec, thunderbird" "$mod, M, exec, thunderbird"
"$mod, C, exec, hyprpicker -a" "$mod, C, exec, hyprpicker -a"
@ -69,8 +70,8 @@
# mocp # mocp
"$mod, P, exec, cmus-remote --pause" "$mod, P, exec, cmus-remote --pause"
"$mod, comma, exec, cmus-remote --next" "$mod, comma, exec, cmus-remote --prev"
"$mod, period, exec, cmus-remote --prev" "$mod, period, exec, cmus-remote --next"
"$mod, equal, exec, cmus-remote -v +5%" "$mod, equal, exec, cmus-remote -v +5%"
"$mod, minus, exec, cmus-remote -v -5%" "$mod, minus, exec, cmus-remote -v -5%"

View file

@ -9,7 +9,7 @@
shellAliases = { shellAliases = {
v = "nvim"; v = "nvim";
pu = "git push -u origin main && git push -u berg main && git push -u hub main"; pu = "git push -u berg main && git push -u hub main";
fr = "sudo systemctl reboot --firmware"; fr = "sudo systemctl reboot --firmware";
ser = "ssh root@joygnu.org"; ser = "ssh root@joygnu.org";
sp = "sudo nixos-rebuild switch --flake ~/nix/#pc"; sp = "sudo nixos-rebuild switch --flake ~/nix/#pc";