Testing magic from emacs
This commit is contained in:
parent
3bd2025afc
commit
a1112e9f3f
3 changed files with 14 additions and 11 deletions
19
README.md
19
README.md
|
@ -8,15 +8,16 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
|
||||||
|
|
||||||
---
|
---
|
||||||
# To Do List
|
# To Do List
|
||||||
* [ ] set up pinentry on awesome-hyprland
|
* [ ] Hyprland
|
||||||
* [ ] Get swaylock to dim / turn off the screen, then enter suspend/hibernate
|
* [ ] Fix cursor size
|
||||||
* [ ] swayosd
|
* [ ] Try the multi-GPU configs on the wiki
|
||||||
* [ ] wayprompt
|
* [ ] set up pinentry on awesome-hyprland
|
||||||
* [ ] wlogout
|
* [ ] Get swaylock to dim / turn off the screen, then enter suspend/hibernate
|
||||||
* [ ] cli-based filebrowser for hyprland
|
* [ ] swayosd
|
||||||
* [ ] Learn all the nvim plugins, specifically ones dealing with tabs
|
* [ ] wayprompt
|
||||||
* [ ] Fix cursor size on hyprland
|
* [ ] wlogout
|
||||||
* [ ] Find a way to adjust window sizes with a keyboard shortcut in Hyprland
|
* [ ] cli-based filebrowser for hyprland
|
||||||
|
* [ ] Find a way to adjust window sizes with a keyboard shortcut in Hyprland
|
||||||
* [ ] Try disko - [Link](https://github.com/nix-community/disko)
|
* [ ] Try disko - [Link](https://github.com/nix-community/disko)
|
||||||
* [ ] btrfs snapshots
|
* [ ] btrfs snapshots
|
||||||
* [ ] weechat / weechat-matrix
|
* [ ] weechat / weechat-matrix
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# env = XDG_SESSION_TYPE,wayland
|
# env = XDG_SESSION_TYPE,wayland
|
||||||
# env = GBM_BACKEND,nvidia-drm
|
# env = GBM_BACKEND,nvidia-drm
|
||||||
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
# env = WLR_NO_HARDWARE_CURSORS,1
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
|
@ -221,6 +221,8 @@
|
||||||
# bind = ALT, TAB, exec, rofi -show window
|
# bind = ALT, TAB, exec, rofi -show window
|
||||||
|
|
||||||
# Start the config:
|
# Start the config:
|
||||||
|
# https://wiki.hyprland.org/FAQ/#some-of-my-apps-take-a-really-long-time-to-open
|
||||||
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once=bash ~/.config/hypr/start.sh
|
exec-once=bash ~/.config/hypr/start.sh
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
@ -67,9 +67,9 @@
|
||||||
pavucontrol # Pulse Audio Volume CONTROL
|
pavucontrol # Pulse Audio Volume CONTROL
|
||||||
glib # Set GTK theme settings
|
glib # Set GTK theme settings
|
||||||
greetd.tuigreet # Greeter
|
greetd.tuigreet # Greeter
|
||||||
phoronix-test-suite # Benchmarking software
|
|
||||||
swayidle # Idle management daemon - Automatic lock screen
|
swayidle # Idle management daemon - Automatic lock screen
|
||||||
swayosd # used for on-screen notifications for things like adjusting backlight, volume, etc
|
swayosd # used for on-screen notifications for things like adjusting backlight, volume, etc
|
||||||
|
sway # for swaymsg
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
|
|
Loading…
Reference in a new issue