Skip to content

Commit e2fdf4e

Browse files
committed
fix(hyprland): use aerc with env
1 parent bfa30d7 commit e2fdf4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hyprland/hyprland.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $terminal = alacritty
4848
$fileManager = alacritty -e yazi
4949
$browser = firefox
5050
$menu = rofi -show drun -drun-display-format {name}
51-
$email = alacritty -e aerc
51+
$email = alacritty -o 'env.EDITOR="nvim"' -e aerc
5252
$soundMixer = alacritty -e wiremix
5353
$music = alacritty -e spotify_player
5454
$visualizer = alacritty -e cava
@@ -281,6 +281,7 @@ bind = $mainMod, I, exec, hyprshot -m output
281281
bind = $mainMod, P, pseudo, # dwindle
282282
bind = $mainMod, J, togglesplit, # dwindle
283283
bind = $mainMod, L, exec, loginctl lock-session
284+
bind = $mainMod, N, exec, swaync-client -t
284285

285286
# Move focus with mainMod + arrow keys
286287
bind = $mainMod, left, movefocus, l

0 commit comments

Comments
 (0)