mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-25 02:07:31 -05:00
Update themes, make ghostty the default
This commit is contained in:
@@ -91,7 +91,7 @@ in {
|
||||
"SUPER, PRINT, exec, hyprpicker -a"
|
||||
|
||||
# Clipse
|
||||
"CTRL SUPER, V, exec, alacritty --class clipse -e clipse"
|
||||
"CTRL SUPER, V, exec, ghostty --class clipse -e clipse"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
|
||||
@@ -15,7 +15,7 @@ in {
|
||||
];
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
# Default applications
|
||||
"$terminal" = lib.mkDefault "alacritty";
|
||||
"$terminal" = lib.mkDefault "ghostty";
|
||||
"$fileManager" = lib.mkDefault "nautilus --new-window";
|
||||
"$browser" = lib.mkDefault "chromium --new-window --ozone-platform=wayland";
|
||||
"$music" = lib.mkDefault "spotify";
|
||||
|
||||
@@ -17,9 +17,6 @@
|
||||
# Float Steam, fullscreen RetroArch
|
||||
"float, class:^(steam)$"
|
||||
"fullscreen, class:^(com.libretro.RetroArch)$"
|
||||
|
||||
|
||||
|
||||
|
||||
# Just dash of transparency
|
||||
"opacity 0.97 0.9, class:.*"
|
||||
|
||||
Reference in New Issue
Block a user