Compare commits
3 Commits
086873fd91
...
a1c8347057
Author | SHA1 | Date |
---|---|---|
Nathan McCarty | a1c8347057 | |
Nathan McCarty | a690d3affe | |
Nathan McCarty | 5c69ae9cc7 |
|
@ -59,7 +59,8 @@
|
||||||
};
|
};
|
||||||
in [
|
in [
|
||||||
# Discord
|
# Discord
|
||||||
inputs.self.packages.${pkgs.system}.discordWayland
|
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.webcord-vencord
|
||||||
|
# inputs.self.packages.${pkgs.system}.discordWayland
|
||||||
betterdiscordctl
|
betterdiscordctl
|
||||||
# discordItem
|
# discordItem
|
||||||
# Desktop matrix client
|
# Desktop matrix client
|
||||||
|
|
|
@ -131,14 +131,14 @@ in with lib; {
|
||||||
bind = $mainMod, V, togglefloating,
|
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, 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, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, B, togglesplit, # dwindle
|
||||||
bind = $mainMod, Z, exec, ${swaylock-command}
|
bind = $mainMod, Z, exec, ${swaylock-command}
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, h, movefocus, l
|
bind = $mainMod, H, movefocus, l
|
||||||
bind = $mainMod, l, movefocus, r
|
bind = $mainMod, L, movefocus, r
|
||||||
bind = $mainMod, k, movefocus, u
|
bind = $mainMod, K, movefocus, u
|
||||||
bind = $mainMod, j, movefocus, d
|
bind = $mainMod, J, movefocus, d
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
|
|
|
@ -42,8 +42,17 @@
|
||||||
sensitivity = -0.3
|
sensitivity = -0.3
|
||||||
# accel_profile = flat
|
# 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
|
# Gammastep
|
||||||
services.gammastep = {
|
services.gammastep = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue