mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 19:15:48 +02:00
@@ -124,7 +124,7 @@ in {
|
||||
)
|
||||
|
||||
# Quick launch
|
||||
"$mod,RETURN, exec, uwsm app -- ${pkgs.ghostty}/bin/ghostty" # Ghostty (terminal)
|
||||
"$mod,RETURN, exec, ${pkgs.ghostty}/bin/ghostty +new-window" # Ghostty (terminal, via daemon D-Bus)
|
||||
"$mod,E, exec, uwsm app -- ${pkgs-stable.thunar}/bin/thunar" # Thunar
|
||||
"$mod, SPACE, exec, tofi-drun" # Launcher
|
||||
"$mod, N, exec, swaync-client -t" # Notification center
|
||||
|
||||
@@ -38,6 +38,7 @@ in {
|
||||
hyprshot
|
||||
hyprpicker
|
||||
swappy
|
||||
satty
|
||||
imv
|
||||
wf-recorder
|
||||
wlr-randr
|
||||
@@ -61,6 +62,10 @@ in {
|
||||
",prefered,auto,1" # default
|
||||
];
|
||||
|
||||
exec-once = [
|
||||
"systemctl --user start app-com.mitchellh.ghostty.service"
|
||||
];
|
||||
|
||||
env = [
|
||||
"XDG_CURRENT_DESKTOP,Hyprland"
|
||||
"XDG_SESSION_TYPE,wayland"
|
||||
@@ -118,6 +123,7 @@ in {
|
||||
|
||||
layerrule = [
|
||||
"match:namespace launcher, animation popin 70%"
|
||||
"match:namespace swaync-control-center, animation slide right"
|
||||
];
|
||||
|
||||
windowrule = [
|
||||
|
||||
Reference in New Issue
Block a user