Closed swastkk closed 1 year ago
@swastkk its normal, nothing to worry about
Also I wanted to know that when we create the Xsessions file of chadwm.desktop
we use the exec
path as Exec=/home/user/.config/chadwm/scripts/./run.sh
but shouldn't it be /home/user/.config/chadwm/chadwm/scripts/./run.sh
since our chadwm directory is inside the chadwm repo directory?
chadwm directory contains one more chadwm directory in it.
Inside ~/.config/chadwm/
├── chadwm <------
│ ├── config.def.h
│ ├── config.h
│ ├── config.mk
│ ├── drw.c
│ ├── drw.h
│ ├── drw.o
│ ├── dwm
│ ├── dwm.1
│ ├── dwm.c
│ ├── dwm.o
│ ├── dwm.png
│ ├── fibonacci.c
│ ├── functions.h
│ ├── gaplessgrid.c
│ ├── Makefile
│ ├── movestack.c
│ ├── shiftview.c
│ ├── themes
│ │ ├── catppuccin.h
│ │ ├── dracula.h
│ │ ├── gruvchad.h
│ │ ├── nord.h
│ │ ├── onedark.h
│ │ └── tokyonight.h
│ ├── transient.c
│ ├── util.c
│ ├── util.h
│ ├── util.o
│ └── vanitygaps.c
├── LICENSE
├── README.md
├── rofi
│ ├── config.rasi
│ └── themes
│ ├── dracula.rasi
│ ├── everblush.rasi
│ ├── forest.rasi
│ ├── gruv.rasi
│ ├── nord.rasi
│ └── onedark.rasi
└── scripts <------
├── bar.sh
├── bar_themes
│ ├── catppuccin
│ ├── dracula
│ ├── gruvchad
│ ├── nord
│ ├── onedark
│ └── tokyonight
├── fetch
├── license
│ └── fetch.md
└── run.sh
8 directories, 47 files
Getting this output while running the
sudo make install
command