init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
24
technology/applications/desktops/KDE Plasma.md
Normal file
24
technology/applications/desktops/KDE Plasma.md
Normal file
File diff suppressed because one or more lines are too long
16
technology/applications/desktops/dwm.md
Normal file
16
technology/applications/desktops/dwm.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
obj: application
|
||||
os:
|
||||
- linux
|
||||
arch-wiki: https://wiki.archlinux.org/title/Dwm
|
||||
website: https://dwm.suckless.org
|
||||
repo: https://git.suckless.org/dwm/
|
||||
---
|
||||
# dwm
|
||||
[Arch Wiki](https://wiki.archlinux.org/title/Dwm)
|
||||
dwm is a dynamic window manager for Xorg. It manages windows in tiled, stacked, and full-screen layouts, as well as many others with the help of optional patches. Layouts can be applied dynamically, optimizing the environment for the application in use and the task being performed. dwm is extremely lightweight and fast, written in C and with a stated design goal of remaining under 2000 source lines of code. dwm can be used with compositor ([picom](picom.md))
|
||||
|
||||
## Configuration
|
||||
dwm is configured at compile-time by editing some of its source files, specifically `config.h`. For detailed information on these settings see the included, well-commented `config.def.h` as well as the [customisation section](https://dwm.suckless.org/customisation/) on the dwm website.
|
||||
|
||||
The official website has a number of [patches](https://dwm.suckless.org/patches/) that can add extra functionality to dwm. These patches primarily make changes to the `dwm.c` file but also make changes to the `config.h` file where appropriate.
|
747
technology/applications/desktops/hyprland.md
Normal file
747
technology/applications/desktops/hyprland.md
Normal file
File diff suppressed because one or more lines are too long
16
technology/applications/desktops/picom.md
Normal file
16
technology/applications/desktops/picom.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
obj: application
|
||||
os: linux
|
||||
---
|
||||
# picom
|
||||
picom is a standalone compositor for Xorg, suitable for use with window managers that do not provide compositing. picom is a fork of compton, which is a fork of xcompmgr-dana, which in turn is a fork of xcompmgr.
|
||||
|
||||
## Configuration
|
||||
The default configuration is available in `/etc/xdg/picom.conf`. For modifications, it can be copied to `~/.config/picom/picom.conf` or `~/.config/picom.conf`.
|
||||
|
||||
## Usage
|
||||
To manually enable default compositing effects during a session, use the following command:
|
||||
`picom &`
|
||||
|
||||
To autostart picom as a background process for a session, the `-b` argument can be used (may cause a display freeze):
|
||||
`picom -b`
|
Loading…
Add table
Add a link
Reference in a new issue