wf-recorder + lang flags
This commit is contained in:
parent
c4a7b38132
commit
47d14ddb4e
2 changed files with 4 additions and 2 deletions
|
@ -189,7 +189,7 @@ in
|
|||
"$mainMod SHIFT, S, exec, grimshot savecopy area - | swappy -f - -o ~/Photos/screenshot-$(date +'%d-%m-%Y_%H:%M').png"
|
||||
|
||||
# Screen recorder
|
||||
"$mainMod SHIFT, R, exec, wf-recorder & dunstify -a 'Recordering Started' -i -u -A '^C ,stop' -t 0 -i ~/icons/rec-button.png"
|
||||
"$mainMod SHIFT, R, exec, wf-recorder -a -f ~/Video/recording.mkv & notify-send 'Recordering Started' -i -u -A '^C ,stop' -t 0 -i ~/icons/rec-button.png"
|
||||
|
||||
# Emoji selector
|
||||
"$mainMod SHIFT, E, exec, rofimoji"
|
||||
|
|
|
@ -43,7 +43,9 @@ in
|
|||
};
|
||||
|
||||
"hyprland/language" = {
|
||||
format = "{short}";
|
||||
format = "{}";
|
||||
format-ar = "🇰🇼 ";
|
||||
format-en = "🇬🇧 ";
|
||||
};
|
||||
|
||||
"tray" = {
|
||||
|
|
Loading…
Reference in a new issue