Compare commits
No commits in common. "a1c8347057859a9126cea64c0eee6eca68302f2d" and "086873fd91f4f4c9874da18306ed25fe2532a364" have entirely different histories.
a1c8347057
...
086873fd91
|
@ -59,8 +59,7 @@
|
||||||
};
|
};
|
||||||
in [
|
in [
|
||||||
# Discord
|
# Discord
|
||||||
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.webcord-vencord
|
inputs.self.packages.${pkgs.system}.discordWayland
|
||||||
# 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, B, togglesplit, # dwindle
|
bind = $mainMod, J, 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,17 +42,8 @@
|
||||||
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