Compare commits

...

3 Commits

Author SHA1 Message Date
Nathan McCarty a1c8347057
Switch to webcord 2023-06-16 18:32:28 -04:00
Nathan McCarty a690d3affe
Setup hyprpaper 2023-06-16 18:32:28 -04:00
Nathan McCarty 5c69ae9cc7
Fix hyprland key binding conflict 2023-06-16 18:32:28 -04:00
3 changed files with 16 additions and 6 deletions

View File

@ -59,7 +59,8 @@
};
in [
# Discord
inputs.self.packages.${pkgs.system}.discordWayland
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.webcord-vencord
# inputs.self.packages.${pkgs.system}.discordWayland
betterdiscordctl
# discordItem
# Desktop matrix client

View File

@ -131,14 +131,14 @@ in with lib; {
bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, fuzzel -f "Iosevka Sans Quasi" -b "103c48ff" -S "adbcbcff" -s "184956ff" -t "72898fff" -B 5 -r 5 -C "ed8649ff"
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, B, togglesplit, # dwindle
bind = $mainMod, Z, exec, ${swaylock-command}
# Move focus with mainMod + arrow keys
bind = $mainMod, h, movefocus, l
bind = $mainMod, l, movefocus, r
bind = $mainMod, k, movefocus, u
bind = $mainMod, j, movefocus, d
bind = $mainMod, H, movefocus, l
bind = $mainMod, L, movefocus, r
bind = $mainMod, K, movefocus, u
bind = $mainMod, J, movefocus, d
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1

View File

@ -42,8 +42,17 @@
sensitivity = -0.3
# accel_profile = flat
}
exec-once=hyprpaper
'';
# Background
xdg.configFile."hypr/hyprpaper.conf" = {
text = ''
preload = /home/nathan/Pictures/Backgrounds/IMG_20190518_195619.jpg
wallpaper = DP-1,/home/nathan/Pictures/Backgrounds/IMG_20190518_195619.jpg
'';
};
# Gammastep
services.gammastep = {
enable = true;