From 4221ef11fe8b0993f420954a76e2c37db2b1df56 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 25 Nov 2023 17:16:41 +0100 Subject: some wm config --- icewm/keys | 3 ++- nixos/icewm.nix | 3 +++ st/config.h | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/icewm/keys b/icewm/keys index 7a52b28..d0f983c 100644 --- a/icewm/keys +++ b/icewm/keys @@ -1,5 +1,6 @@ key "Super+Enter" st -key "Super+p" dmenu_run +#key "Super+p" dmenu_run +key "Super+p" xfce4-appfinder key "Super+Shift+r" icewm --restart key "Super+Shift+x" i3lock -c 000000 diff --git a/nixos/icewm.nix b/nixos/icewm.nix index b76ca89..264a1e1 100644 --- a/nixos/icewm.nix +++ b/nixos/icewm.nix @@ -1,6 +1,7 @@ { config, lib, pkgs, modulesPath, ... }: { services.xserver.windowManager.icewm.enable = true; + services.xserver.windowManager.windowmaker.enable = true; services.xserver.displayManager.sx.enable = true; services.udisks2.enable = true; @@ -12,6 +13,8 @@ pulseaudio pavucontrol networkmanagerapplet + xfce.xfce4-appfinder + xfce.xfce4-taskmanager arandr dmenu diff --git a/st/config.h b/st/config.h index b489084..3b4b41e 100644 --- a/st/config.h +++ b/st/config.h @@ -147,8 +147,8 @@ static unsigned int cursorshape = 2; * Default columns and rows numbers */ -static unsigned int cols = 80; -static unsigned int rows = 24; +static unsigned int cols = 100; +static unsigned int rows = 50; /* * Default colour and shape of the mouse cursor -- cgit v1.2.3