diff --git a/home/modules/ui.nix b/home/modules/ui.nix index c2604a3..e0e8d03 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -132,8 +132,7 @@ in format = "󰌌"; tooltip = true; tooltip-format = "Layout: {}"; - on-click = "ctl keyboard next"; - on-click-right = "ctl keyboard pick"; + on-click = "ctl keyboard pick"; }; privacy = { @@ -196,7 +195,6 @@ in tooltip-format-ethernet = "Interface: {ifname}\nIP: {ipaddr}/{cidr}\nDownload: {bandwidthDownBits}\nUpload: {bandwidthUpBits}"; tooltip-format-disconnected = "Wireless LAN disconnected"; on-click = "pgrep iwgtk && pkill iwgtk || iwgtk"; - on-click-right = "rfkill toggle wlan"; }; battery = { diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index d0fdb6e..f978db5 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -8,7 +8,7 @@ let tuigreet = lib.getExe pkgs.tuigreet; loginShell = pkgs.writeShellScript "login-shell" '' - exec $(getent passwd $(id -un) | cut -d: -f7) -lc 'exec start-hyprland' + exec $(getent passwd $(id -un) | cut -d: -f7) -l ''; in {