Compare commits

...

3 commits

Author SHA1 Message Date
joygnu 4b43159d9d jk 2024-07-05 02:03:10 +02:00
joygnu 7ae5edb817 jk 2024-07-04 22:29:55 +02:00
joygnu 07a8483609 mutt 2024-07-04 22:23:36 +02:00
2 changed files with 10 additions and 5 deletions

View file

@ -50,7 +50,7 @@
"$mod, X, exec, keepassxc" "$mod, X, exec, keepassxc"
"$mod, D, exec, alacritty -e screen -r cmus" "$mod, D, exec, alacritty -e screen -r cmus"
"$mod, F, exec, freetube" "$mod, F, exec, freetube"
"$mod, M, exec, thunderbird" "$mod, M, exec, mbsync -a && alacritty -e neomutt"
"$mod, C, exec, hyprpicker -a" "$mod, C, exec, hyprpicker -a"
"$mod, A, exec, rofi -show drun" "$mod, A, exec, rofi -show drun"
"$mod+Shift, Z, exec, grim - | swappy -f -" "$mod+Shift, Z, exec, grim - | swappy -f -"
@ -61,9 +61,9 @@
"$mod, Q, killactive" "$mod, Q, killactive"
"$mod, W, togglefloating" "$mod, W, togglefloating"
"$mod, R, togglesplit" "$mod, R, togglesplit"
"$mod, L, exec, amixer -q sset Master 5%+" "$mod, K, exec, amixer -q sset Master 5%+"
"$mod, K, exec, amixer -q sset Master 5%-" "$mod, J, exec, amixer -q sset Master 5%-"
"$mod+shift, Y, exec, systemctl suspend" "$mod+shift, S, exec, systemctl suspend"
"$mod+shift, M, exit, hyprland" "$mod+shift, M, exit, hyprland"
# cmus # cmus

View file

@ -14,6 +14,11 @@
nitch nitch
htop htop
gotop gotop
#mutt
isync
mutt-wizard
neomutt
pass
#chromium #chromium
brave brave
freetube freetube
@ -32,7 +37,6 @@
cinnamon.nemo cinnamon.nemo
firefox firefox
bottles bottles
thunderbird
gnome.gnome-clocks gnome.gnome-clocks
gnome-calculator gnome-calculator
gnome-disk-utility gnome-disk-utility
@ -52,5 +56,6 @@
yt-dlp yt-dlp
boxbuddy boxbuddy
distrobox distrobox
vim
]; ];
} }