diff --git a/configs/ghostty/config b/configs/ghostty/config index b5f0fc0..1de48e5 100644 --- a/configs/ghostty/config +++ b/configs/ghostty/config @@ -15,6 +15,7 @@ window-decoration = false # Linux Specific gtk-wide-tabs = true +gtk-single-instance = true # MacOS Specific #macos-non-native-fullscreen = true diff --git a/configs/hypr/hyprland.conf b/configs/hypr/hyprland.conf index 2788638..cb5be76 100644 --- a/configs/hypr/hyprland.conf +++ b/configs/hypr/hyprland.conf @@ -110,7 +110,7 @@ gestures { input { touchpad { - disable_while_typing=false + disable_while_typing=true drag_lock=false middle_button_emulation=true natural_scroll=true diff --git a/hosts/darp8/configuration.nix b/hosts/darp8/configuration.nix index a6932de..243f4fa 100644 --- a/hosts/darp8/configuration.nix +++ b/hosts/darp8/configuration.nix @@ -49,7 +49,7 @@ in }; }; - time.timeZone = "Europe/Madrid"; + time.timeZone = "Europe/Dublin"; i18n= { defaultLocale = "en_US.UTF-8"; diff --git a/hosts/darp8/pkgs.nix b/hosts/darp8/pkgs.nix index f096cb4..4f4682d 100644 --- a/hosts/darp8/pkgs.nix +++ b/hosts/darp8/pkgs.nix @@ -12,6 +12,7 @@ brave brightnessctl btop + comma emacs-all-the-icons-fonts emacsPackages.pdf-tools exfatprogs diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 2d1f8ef..8d07eee 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -34,7 +34,7 @@ # networking.firewall.allowedUDPPorts = [ ... ]; }; - time.timeZone = "Europe/Madrid"; + time.timeZone = "Europe/Dublin"; i18n= { defaultLocale = "en_US.UTF-8";