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
|
||||
* [ ] set up pinentry on awesome-hyprland
|
||||
* [ ] Get swaylock to dim / turn off the screen, then enter suspend/hibernate
|
||||
* [ ] swayosd
|
||||
* [ ] wayprompt
|
||||
* [ ] wlogout
|
||||
* [ ] cli-based filebrowser for hyprland
|
||||
* [ ] Learn all the nvim plugins, specifically ones dealing with tabs
|
||||
* [ ] Fix cursor size on hyprland
|
||||
* [ ] Find a way to adjust window sizes with a keyboard shortcut in Hyprland
|
||||
* [ ] Hyprland
|
||||
* [ ] Fix cursor size
|
||||
* [ ] Try the multi-GPU configs on the wiki
|
||||
* [ ] set up pinentry on awesome-hyprland
|
||||
* [ ] Get swaylock to dim / turn off the screen, then enter suspend/hibernate
|
||||
* [ ] swayosd
|
||||
* [ ] wayprompt
|
||||
* [ ] wlogout
|
||||
* [ ] 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)
|
||||
* [ ] btrfs snapshots
|
||||
* [ ] weechat / weechat-matrix
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# env = XDG_SESSION_TYPE,wayland
|
||||
# env = GBM_BACKEND,nvidia-drm
|
||||
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
# env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
general {
|
||||
gaps_in = 5
|
||||
|
@ -221,6 +221,8 @@
|
|||
# bind = ALT, TAB, exec, rofi -show window
|
||||
|
||||
# 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
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -67,9 +67,9 @@
|
|||
pavucontrol # Pulse Audio Volume CONTROL
|
||||
glib # Set GTK theme settings
|
||||
greetd.tuigreet # Greeter
|
||||
phoronix-test-suite # Benchmarking software
|
||||
swayidle # Idle management daemon - Automatic lock screen
|
||||
swayosd # used for on-screen notifications for things like adjusting backlight, volume, etc
|
||||
sway # for swaymsg
|
||||
];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
|
|
Loading…
Reference in a new issue