Compare commits
3 commits
d2de62a70f
...
4b43159d9d
Author | SHA1 | Date | |
---|---|---|---|
joygnu | 4b43159d9d | ||
joygnu | 7ae5edb817 | ||
joygnu | 07a8483609 |
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue