Remove i3-auto-layout
This commit is contained in:
parent
73bd2e0bda
commit
1e352cef03
3 changed files with 6 additions and 2 deletions
|
@ -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.
|
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
|
## 19th February 2024
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -22,7 +22,6 @@ in {
|
||||||
pkgs.discord
|
pkgs.discord
|
||||||
pkgs.gimp
|
pkgs.gimp
|
||||||
pkgs.gscan2pdf
|
pkgs.gscan2pdf
|
||||||
pkgs.i3-auto-layout
|
|
||||||
pkgs.kdenlive
|
pkgs.kdenlive
|
||||||
pkgs.meslo-lg
|
pkgs.meslo-lg
|
||||||
pkgs.obs-studio
|
pkgs.obs-studio
|
||||||
|
|
|
@ -71,7 +71,6 @@ in {
|
||||||
bindswitch --reload --locked lid:on output $laptop disable
|
bindswitch --reload --locked lid:on output $laptop disable
|
||||||
bindswitch --reload --locked lid:off output $laptop enable
|
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/*;
|
exec --no-startup-id ${pkgs.feh}/bin/feh --randomize --bg-scale /home/${username}/Pictures/Wallpaper/*;
|
||||||
|
|
||||||
default_border none
|
default_border none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue