Skip to content

kuaworu/windows-ricing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows-ricing

windows ricing - customization of windows appearance and behavior, closer to linux.

project goal

make windows customization similar to linux, providing convenient window management and application autostart.


preview

изображение изображение изображение изображение изображение изображение

table of contents


1. glazewm

glazewm is a window manager for windows. it automatically arranges windows based on code.

this project uses a config from the original glazewm repository with minor changes.


installing glazewm

go to this repository: glazewm

click releases on the right and download the appropriate version.

i used: v3.9.1 Standalone Installer (x64)

zebar is also required for work: zebar

i used: v3.2.0 Installer (Windows x64)


interface changes

  1. run zebar as administrator.
  2. run glazewm as administrator.
  3. glazewm should appear in the system tray. if it doesn't appear there, go to your computer settings - personalization - taskbar, find "other taskbar icons" and turn on glazewm.
  4. right-click on glazewm in the system tray, then "show config folder".
  5. copy the code from my glazewm/config.yaml and replace it in your config, which was automatically downloaded with glazewm.
  6. save and then press alt+shift+r - changes should apply automatically.

2. autostart on pc startup

if you skip this step, glazewm won't work after a reboot until you run it as administrator again. to avoid repeating the same action every time the pc starts, do the following:

install python: python

save my autostart.py code, then open cmd as administrator and enter the command:

schtasks /create /tn "autostart_glazewm" /tr "C:\Program Files\glzr.io\GlazeWM\glazewm.exe" /sc onlogon /rl highest /f

we run it through cmd so the code executes with highest privileges; if you run the code through, for example, visual studio, it won't work.

go to task scheduler and find the autostart_glazewm task; if you see it, then everything is done correctly and working.


3. taskbar

you need to download windhawk: windhawk

in the program, you need to enable the following modifications

изображение

the configuration for each modification can be found in my repository at windhawk/taskbar.txt

not all modifications may work immediately for you. you might need to restart your pc.

About

windows setup like linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors