AwesomeWM = Gross

This commit is contained in:
♥ Minnie ♥ 2024-07-27 22:35:40 +08:00
parent bb8ffbc999
commit 7e5410cf20
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 6 additions and 2 deletions

View file

@ -2,7 +2,6 @@
{ {
imports = [ imports = [
./awesome
./discord ./discord
./rofi ./rofi
./wezterm ./wezterm
@ -15,6 +14,8 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
feh feh
xmobar
xmonad
]; ];
home.file = { home.file = {

View file

@ -3,8 +3,11 @@
# Setup our monitors # Setup our monitors
xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0 xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0
# Apply our wallpaper
feh --bg-center ~/.repositories/dotfiles.nix/assets/chinatown.png
# Enable our compositor # Enable our compositor
picom -b picom -b
# Launch our window manager # Launch our window manager
exec awesome exec xmonad