diff options
-rw-r--r-- | icewm/keys | 3 | ||||
-rw-r--r-- | nixos/icewm.nix | 3 | ||||
-rw-r--r-- | st/config.h | 4 |
3 files changed, 7 insertions, 3 deletions
@@ -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 |