diff --git a/jaci/dotfiles/labwc/autostart b/jaci/dotfiles/labwc/.paper-config/autostart similarity index 100% rename from jaci/dotfiles/labwc/autostart rename to jaci/dotfiles/labwc/.paper-config/autostart diff --git a/jaci/dotfiles/labwc/bullet.xbm b/jaci/dotfiles/labwc/.paper-config/bullet.xbm similarity index 100% rename from jaci/dotfiles/labwc/bullet.xbm rename to jaci/dotfiles/labwc/.paper-config/bullet.xbm diff --git a/jaci/dotfiles/labwc/close.xbm b/jaci/dotfiles/labwc/.paper-config/close.xbm similarity index 100% rename from jaci/dotfiles/labwc/close.xbm rename to jaci/dotfiles/labwc/.paper-config/close.xbm diff --git a/jaci/dotfiles/labwc/desk.xbm b/jaci/dotfiles/labwc/.paper-config/desk.xbm similarity index 100% rename from jaci/dotfiles/labwc/desk.xbm rename to jaci/dotfiles/labwc/.paper-config/desk.xbm diff --git a/jaci/dotfiles/labwc/desk_toggled.xbm b/jaci/dotfiles/labwc/.paper-config/desk_toggled.xbm similarity index 100% rename from jaci/dotfiles/labwc/desk_toggled.xbm rename to jaci/dotfiles/labwc/.paper-config/desk_toggled.xbm diff --git a/jaci/dotfiles/labwc/iconify.xbm b/jaci/dotfiles/labwc/.paper-config/iconify.xbm similarity index 100% rename from jaci/dotfiles/labwc/iconify.xbm rename to jaci/dotfiles/labwc/.paper-config/iconify.xbm diff --git a/jaci/dotfiles/labwc/max.xbm b/jaci/dotfiles/labwc/.paper-config/max.xbm similarity index 100% rename from jaci/dotfiles/labwc/max.xbm rename to jaci/dotfiles/labwc/.paper-config/max.xbm diff --git a/jaci/dotfiles/labwc/max_disabled.xbm b/jaci/dotfiles/labwc/.paper-config/max_disabled.xbm similarity index 100% rename from jaci/dotfiles/labwc/max_disabled.xbm rename to jaci/dotfiles/labwc/.paper-config/max_disabled.xbm diff --git a/jaci/dotfiles/labwc/max_toggled.xbm b/jaci/dotfiles/labwc/.paper-config/max_toggled.xbm similarity index 100% rename from jaci/dotfiles/labwc/max_toggled.xbm rename to jaci/dotfiles/labwc/.paper-config/max_toggled.xbm diff --git a/jaci/dotfiles/labwc/.paper-config/menu.xml b/jaci/dotfiles/labwc/.paper-config/menu.xml new file mode 100644 index 0000000..deeef9b --- /dev/null +++ b/jaci/dotfiles/labwc/.paper-config/menu.xml @@ -0,0 +1,52 @@ + + + + + + x-terminal-emulator + + + + + x-www-browser + + + + + + + + + obconf + + + + + + + + + + + + + systemctl suspend + + + + + systemctl reboot + + + + + systemctl poweroff + + + + + diff --git a/jaci/dotfiles/labwc/rc.xml b/jaci/dotfiles/labwc/.paper-config/rc.xml similarity index 100% rename from jaci/dotfiles/labwc/rc.xml rename to jaci/dotfiles/labwc/.paper-config/rc.xml diff --git a/jaci/dotfiles/labwc/shade.xbm b/jaci/dotfiles/labwc/.paper-config/shade.xbm similarity index 100% rename from jaci/dotfiles/labwc/shade.xbm rename to jaci/dotfiles/labwc/.paper-config/shade.xbm diff --git a/jaci/dotfiles/labwc/shade_toggled.xbm b/jaci/dotfiles/labwc/.paper-config/shade_toggled.xbm similarity index 100% rename from jaci/dotfiles/labwc/shade_toggled.xbm rename to jaci/dotfiles/labwc/.paper-config/shade_toggled.xbm diff --git a/jaci/dotfiles/labwc/themerc b/jaci/dotfiles/labwc/.paper-config/themerc similarity index 100% rename from jaci/dotfiles/labwc/themerc rename to jaci/dotfiles/labwc/.paper-config/themerc diff --git a/jaci/dotfiles/labwc/menu.xml b/jaci/dotfiles/labwc/menu.xml index deeef9b..55a107a 100644 --- a/jaci/dotfiles/labwc/menu.xml +++ b/jaci/dotfiles/labwc/menu.xml @@ -1,52 +1,73 @@ + - - - - - x-terminal-emulator - - - - - x-www-browser - - - - - - - - - obconf - - - - - - - - - - - - - systemctl suspend - - - - - systemctl reboot - - - - - systemctl poweroff - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jaci/dotfiles/paper-openbox-200409.zip b/jaci/dotfiles/paper-openbox-200409.zip deleted file mode 100644 index 29037bc..0000000 Binary files a/jaci/dotfiles/paper-openbox-200409.zip and /dev/null differ diff --git a/jaci/modules/labwc/labwc_conf.nix b/jaci/modules/labwc/labwc_conf.nix index 33d7ccb..7b0a926 100644 --- a/jaci/modules/labwc/labwc_conf.nix +++ b/jaci/modules/labwc/labwc_conf.nix @@ -24,7 +24,7 @@ ### config = lib.mkIf config.labwc.enable { - programs.sway.enable = true; + # programs.sway.enable = true; nixpkgs.config.allowUnfree = config.labwc.useNonFree; # For R2ModMan @@ -61,6 +61,7 @@ git glib # gsettings grim + ghostscript labwc libnotify mako @@ -85,9 +86,9 @@ # ]) ]; - environment.loginShellInit = '' - [[ "$(tty)" == /dev/tty1 ]] && labwc - ''; + # environment.loginShellInit = '' + # [[ "$(tty)" == /dev/tty1 ]] && labwc + # ''; # Thunar config programs.thunar = { enable = true; @@ -108,8 +109,15 @@ ### ## Services ### + + # Printing + services.printing.enable = true; + services.printing.drivers = [ pkgs.brlaser ]; + services.gvfs.enable = true; # thunar functionalities + services.openssh.enable = true; + services.dbus.enable = true; services.pipewire = { enable = true;