From e297fd636fb39095bde2a96e5cc16c027c5b0f37 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 27 Jun 2024 11:23:56 +0200 Subject: [PATCH] change hyprland config --- modules/home/hyprland/config.nix | 5 ++--- modules/home/packages.nix | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 3096019..3c16040 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -7,7 +7,6 @@ exec-once = [ "systemctl --user import-environment &" "hash dbus-update-activation-environment 2>/dev/null &" - # "dbus-update-activation-environment --systemd &" "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &" "nm-applet &" "wl-clip-persist --clipboard both" @@ -16,13 +15,13 @@ "poweralertd &" "waybar &" "swaync &" - "wl-paste --watch cliphist store &" + # "wl-paste --watch cliphist store &" "hyprlock" ]; input = { kb_layout = "us,fr"; - kb_options ="grp:alt_caps_toggle,caps:swapescape"; + kb_options ="grp:alt_caps_toggle"; numlock_by_default = true; follow_mouse = 1; sensitivity = 0; diff --git a/modules/home/packages.nix b/modules/home/packages.nix index 1b15d61..8d5118a 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -53,8 +53,8 @@ pamixer # pulseaudio command line mixer pavucontrol # pulseaudio volume controle (GUI) playerctl # controller for media players - wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste) - cliphist # clipboard manager + # wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste) + # cliphist # clipboard manager poweralertd qalculate-gtk # calculator unzip