Remove i3-auto-layout
This commit is contained in:
parent
73bd2e0bda
commit
1e352cef03
|
@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), but adapt
|
|||
|
||||
Instead of grouping changes by tag, they are grouped by the date they are released.
|
||||
|
||||
## 24th February 2024
|
||||
|
||||
### Removed
|
||||
|
||||
* Remove `i3-auto-layout`.
|
||||
|
||||
## 19th February 2024
|
||||
|
||||
### Added
|
||||
|
|
|
@ -22,7 +22,6 @@ in {
|
|||
pkgs.discord
|
||||
pkgs.gimp
|
||||
pkgs.gscan2pdf
|
||||
pkgs.i3-auto-layout
|
||||
pkgs.kdenlive
|
||||
pkgs.meslo-lg
|
||||
pkgs.obs-studio
|
||||
|
|
|
@ -71,7 +71,6 @@ in {
|
|||
bindswitch --reload --locked lid:on output $laptop disable
|
||||
bindswitch --reload --locked lid:off output $laptop enable
|
||||
|
||||
exec_always --no-startup-id i3-auto-layout
|
||||
exec --no-startup-id ${pkgs.feh}/bin/feh --randomize --bg-scale /home/${username}/Pictures/Wallpaper/*;
|
||||
|
||||
default_border none
|
||||
|
|
Loading…
Reference in a new issue