Compare commits

...

4 commits

Author SHA1 Message Date
joygnu db6085e8be mutt-wizard 2024-08-11 15:07:48 +02:00
joygnu 58fb3d73b1 fix 2024-08-11 13:06:57 +02:00
joygnu dd968b4c3d scrPath 2024-08-11 13:05:19 +02:00
joygnu ff2e097229 zulu 2024-08-11 12:35:50 +02:00
9 changed files with 22 additions and 10 deletions

View file

@ -20,6 +20,7 @@
settings = {
"$mod" = "SUPER";
"$scrPath" = "~/nix/home/hyprland/scirpts/";
dwindle = {
pseudotile = true;
@ -72,9 +73,9 @@
"$mod, A, exec, rofi -show drun"
"$mod, F, exec, freetube"
"$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, 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"
# controles
@ -83,10 +84,10 @@
"$mod, R, togglesplit"
"$mod+shift, S, exec, systemctl suspend"
"$mod+shift, M, exit, hyprland"
"$mod, G, exec, sh ~/nix/home/hyprland/gamemode.sh"
"$mod, G, exec, sh $scrPath/gamemode.sh"
# cmus
"$mod, D, exec, sh ~/nix/home/hyprland/cmus.sh"
"$mod, D, exec, sh $scrPath/cmus.sh"
"$mod, P, exec, cmus-remote --pause"
"$mod, comma, exec, cmus-remote --prev"
"$mod, period, exec, cmus-remote --next"
@ -146,10 +147,10 @@
bindl = [
", XF86MonBrightnessUp, exec, brightnessctl set +10%"
", XF86MonBrightnessDown, exec, brightnessctl set 10%-"
", XF86AudioRaiseVolume, exec, sh ~/nix/home/hyprland/volume.sh -i"
", XF86AudioLowerVolume, exec, sh ~/nix/home/hyprland/volume.sh -d"
", XF86AudioMute, exec, sh ~/nix/home/hyprland/volume.sh -m"
", XF86AudioMicMute, exec, sh ~/nix/home/hyprland/volume.sh -t"
", XF86AudioRaiseVolume, exec, sh $scrPath/volume.sh -i"
", XF86AudioLowerVolume, exec, sh $scrPath/volume.sh -d"
", XF86AudioMute, exec, sh $scrPath/volume.sh -m"
", XF86AudioMicMute, exec, sh $scrPath/volume.sh -t"
];
general = {

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
programs.neomutt = {
enable = true;
@ -11,4 +11,15 @@
programs.msmtp = {
enable = true;
};
home.packages = with pkgs; [
mutt-wizard
curl
pass
lynx
notmuch
abook
mpop
urlscan
];
}

View file

@ -8,5 +8,6 @@
prismlauncher
mangohud
lutris
zulu17
];
}

View file

@ -35,7 +35,6 @@
#random shit
htop
bat
zulu17
screen
tree
zip