Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wayland Pt2 - Window Manager #58

Draft
wants to merge 35 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
d8c0068
progress...?
bphenriques Nov 4, 2024
d52e27b
progress...
bphenriques Nov 6, 2024
dfdc8c7
progress.. actually disabling kde and breaking most things
bphenriques Nov 8, 2024
c897a3b
Test committing
bphenriques Nov 8, 2024
529b0cf
iteration
bphenriques Nov 21, 2024
5a93e86
Broke many things
bphenriques Nov 22, 2024
e2eac3a
WIP
bphenriques Nov 22, 2024
14ae635
WIP
bphenriques Nov 22, 2024
1366e73
WIP
bphenriques Nov 22, 2024
5d8e2ea
WIP
bphenriques Nov 22, 2024
f5f8845
WIP
bphenriques Nov 22, 2024
1544ea1
WIP
bphenriques Nov 22, 2024
a3194a3
fixes
bphenriques Nov 22, 2024
423b6af
Updates
bphenriques Nov 22, 2024
b657295
Disable hyprland in favor of niri
bphenriques Nov 22, 2024
24642c6
more updates
bphenriques Nov 22, 2024
61602fe
iteration
bphenriques Nov 25, 2024
949a06b
iteration - dont need much from waybar as it will be mostly off
bphenriques Nov 30, 2024
7c0dd07
Major iteration. Settled with dunst as sway notification center seems…
bphenriques Dec 7, 2024
261cd7d
fix exe file
bphenriques Dec 7, 2024
282943e
fixes
bphenriques Dec 9, 2024
0d10138
Fix macos installation
bphenriques Dec 10, 2024
e1f8efd
Remove kanshi
bphenriques Dec 10, 2024
75228d9
iteration with output config
bphenriques Dec 12, 2024
c892ebb
sevral improvements
bphenriques Dec 13, 2024
2d8f665
iteration
bphenriques Dec 13, 2024
931a9c0
Cleanup
bphenriques Dec 16, 2024
1fa8748
Bump and upgrade to kernel 6.12
bphenriques Dec 16, 2024
10da951
Fix macos stuff
bphenriques Dec 17, 2024
5583c0b
Merge branch 'hyperland' of github.com:bphenriques/dotfiles into hype…
bphenriques Dec 17, 2024
0619e04
Major flattening of the directory structure
bphenriques Dec 17, 2024
d6933bb
many many many changes
bphenriques Dec 29, 2024
5680443
lots of updates
bphenriques Jan 6, 2025
6acc391
WIP but the external monitor automatic setup does not work
bphenriques Jan 10, 2025
e69474b
improve lock mechanism
bphenriques Jan 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This repository contains the definition of my machines using [nix](https://nixos
| `laptop` | AMD Ryzen™ 7 7840HS | 32GB | AMD Radeon™ 780M | NVIDIA® GeForce RTX™ 4060 8GB | ❄️ |
| `work-macos` | Apple M2 Pro 8-core CPU | 16GB | Apple M2 Pro 10-core GPU | | 🍏 |

# Flake Outputs
# 📦 Flake Outputs

Listing only the most relevant outputs. See the source-code for more details.

Expand All @@ -29,10 +29,11 @@ Listing only the most relevant outputs. See the source-code for more details.
- `fzf-rg`: [`fzf`](https://github.com/junegunn/fzf) + [`ripgrep`](https://github.com/BurntSushi/ripgrep). Includes `fish` widget.
- `fzf-fd`: [`fzf`](https://github.com/junegunn/fzf) + [`fd`](https://github.com/sharkdp/fd). Includes `fish` widget.
- `preview`: Custom _barebones_ terminal file previewer to together with the other widgets. I really like [`yazi`](https://yazi-rs.github.io/) previewer but can't use it in isolation.
- `dunst-volume`: Custom wrapper to send notifications whenever I set the volume.

Tryout using:
```shell
nix run github:bphenriques/dotfiles#{package}
nix run github:bphenriques/dotfiles#{package} -- {args}
```

### [Home Manager](https://github.com/nix-community/home-manager) modules
Expand Down
35 changes: 0 additions & 35 deletions config/home-manager/coding/default.nix

This file was deleted.

19 changes: 0 additions & 19 deletions config/home-manager/coding/scala/ammonite-predef.sc

This file was deleted.

60 changes: 0 additions & 60 deletions config/home-manager/default.nix

This file was deleted.

4 changes: 0 additions & 4 deletions config/home-manager/desktop/default.nix

This file was deleted.

65 changes: 0 additions & 65 deletions config/home-manager/desktop/wayland/README.md

This file was deleted.

72 changes: 0 additions & 72 deletions config/home-manager/desktop/wofi.nix

This file was deleted.

15 changes: 0 additions & 15 deletions config/home-manager/internet/default.nix

This file was deleted.

12 changes: 0 additions & 12 deletions config/home-manager/media/default.nix

This file was deleted.

13 changes: 0 additions & 13 deletions config/home-manager/media/image.nix

This file was deleted.

Loading