scrPath
This commit is contained in:
parent
ff2e097229
commit
dd968b4c3d
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
|
"$scrPath" = "~/nix/home/hyprland/scirpts/"
|
||||||
|
|
||||||
dwindle = {
|
dwindle = {
|
||||||
pseudotile = true;
|
pseudotile = true;
|
||||||
|
@ -72,9 +73,9 @@
|
||||||
"$mod, A, exec, rofi -show drun"
|
"$mod, A, exec, rofi -show drun"
|
||||||
"$mod, F, exec, freetube"
|
"$mod, F, exec, freetube"
|
||||||
"$mod, C, exec, hyprpicker -a"
|
"$mod, C, exec, hyprpicker -a"
|
||||||
"$mod+Shift, W, exec, sh ~/nix/home/hyprland/vm.sh"
|
"$mod+Shift, W, exec, sh $scrPath/vm.sh"
|
||||||
"$mod+Shift, Z, exec, grim - | swappy -f -"
|
"$mod+Shift, Z, exec, grim - | swappy -f -"
|
||||||
"$mod, Z, exec, sh ~/nix/home/hyprland/screen.sh"
|
"$mod, Z, exec, sh $scrPath/screen.sh"
|
||||||
"$mod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy"
|
"$mod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy"
|
||||||
|
|
||||||
# controles
|
# controles
|
||||||
|
@ -83,10 +84,10 @@
|
||||||
"$mod, R, togglesplit"
|
"$mod, R, togglesplit"
|
||||||
"$mod+shift, S, exec, systemctl suspend"
|
"$mod+shift, S, exec, systemctl suspend"
|
||||||
"$mod+shift, M, exit, hyprland"
|
"$mod+shift, M, exit, hyprland"
|
||||||
"$mod, G, exec, sh ~/nix/home/hyprland/gamemode.sh"
|
"$mod, G, exec, sh $scrPath/gamemode.sh"
|
||||||
|
|
||||||
# cmus
|
# cmus
|
||||||
"$mod, D, exec, sh ~/nix/home/hyprland/cmus.sh"
|
"$mod, D, exec, sh $scrPath/cmus.sh"
|
||||||
"$mod, P, exec, cmus-remote --pause"
|
"$mod, P, exec, cmus-remote --pause"
|
||||||
"$mod, comma, exec, cmus-remote --prev"
|
"$mod, comma, exec, cmus-remote --prev"
|
||||||
"$mod, period, exec, cmus-remote --next"
|
"$mod, period, exec, cmus-remote --next"
|
||||||
|
@ -146,10 +147,10 @@
|
||||||
bindl = [
|
bindl = [
|
||||||
", XF86MonBrightnessUp, exec, brightnessctl set +10%"
|
", XF86MonBrightnessUp, exec, brightnessctl set +10%"
|
||||||
", XF86MonBrightnessDown, exec, brightnessctl set 10%-"
|
", XF86MonBrightnessDown, exec, brightnessctl set 10%-"
|
||||||
", XF86AudioRaiseVolume, exec, sh ~/nix/home/hyprland/volume.sh -i"
|
", XF86AudioRaiseVolume, exec, sh $scrPath/volume.sh -i"
|
||||||
", XF86AudioLowerVolume, exec, sh ~/nix/home/hyprland/volume.sh -d"
|
", XF86AudioLowerVolume, exec, sh $scrPath/volume.sh -d"
|
||||||
", XF86AudioMute, exec, sh ~/nix/home/hyprland/volume.sh -m"
|
", XF86AudioMute, exec, sh $scrPath/volume.sh -m"
|
||||||
", XF86AudioMicMute, exec, sh ~/nix/home/hyprland/volume.sh -t"
|
", XF86AudioMicMute, exec, sh $scrPath/volume.sh -t"
|
||||||
];
|
];
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
|
|
Loading…
Reference in a new issue