hypr
This commit is contained in:
parent
aac685fe4f
commit
6a93cee251
5 changed files with 23 additions and 18 deletions
|
|
@ -32,6 +32,16 @@
|
||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi";
|
install_url = "https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi";
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"sponsorBlocker@ajay.app" = {
|
||||||
|
install_url = "https://addons.mozilla.org/firefox/downloads/file/4292214/sponsorblock-5.6.xpi";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
};
|
||||||
|
|
||||||
|
"tridactyl.vim@cmcaine.co.uk" = {
|
||||||
|
install_url = "https://addons.mozilla.org/firefox/downloads/file/4261352/tridactyl_vim-1.24.1.xpi";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,11 +54,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 5;
|
gaps_in = 10;
|
||||||
gaps_out = 5;
|
gaps_out = 15;
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
# "col.active_border" = "rgba(5bcefaee) rgba(f5a9b8ee) 45deg";
|
|
||||||
# "col.inactive_border" = "rgba(595959aa)";
|
|
||||||
|
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
|
|
||||||
|
|
@ -66,7 +64,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 3;
|
rounding = 10;
|
||||||
|
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
@ -77,7 +75,6 @@
|
||||||
drop_shadow = true;
|
drop_shadow = true;
|
||||||
shadow_range = 4;
|
shadow_range = 4;
|
||||||
shadow_render_power = 3;
|
shadow_render_power = 3;
|
||||||
# "col.shadow" = "rgba(1a1a1aee)";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
|
|
@ -110,10 +107,10 @@
|
||||||
bind = [
|
bind = [
|
||||||
"$mainMod, Q, exec, $terminal"
|
"$mainMod, Q, exec, $terminal"
|
||||||
"$mainMod, C, killactive,"
|
"$mainMod, C, killactive,"
|
||||||
"$mainMod, backspace, exit,"
|
"$mainMod, backspace, exec, hyprlock,"
|
||||||
"$mainMod, E, exec, $fileManager"
|
"$mainMod, E, exec, $fileManager"
|
||||||
"$mainMod, O, togglefloating,"
|
"$mainMod, O, togglefloating,"
|
||||||
"$mainMod, R, exec, pkill wofi || wofi --show=drun"
|
"$mainMod, R, exec, rofi -show drun"
|
||||||
"$mainMod, P, pseudo,"
|
"$mainMod, P, pseudo,"
|
||||||
"$mainMod, J, togglesplit,"
|
"$mainMod, J, togglesplit,"
|
||||||
|
|
||||||
|
|
@ -123,9 +120,9 @@
|
||||||
"$mainMod, M, togglespecialworkspace, chatgpt"
|
"$mainMod, M, togglespecialworkspace, chatgpt"
|
||||||
"$mainMod, M, exec, [workspace special:chatgpt] pgrep firefox | xargs ps -fp | grep -- '-P ChatGPT --url chat.openai.com' || firefox -P ChatGPT --url chat.openai.com"
|
"$mainMod, M, exec, [workspace special:chatgpt] pgrep firefox | xargs ps -fp | grep -- '-P ChatGPT --url chat.openai.com' || firefox -P ChatGPT --url chat.openai.com"
|
||||||
|
|
||||||
", print, exec, grim -g \"$(slurp)\" - | wl-copy && wl-paste > ~/sync/Screenshots/$(date +'%s')_spectre-pad.png && notify-send Area Captured"
|
", print, exec, hyprshot -m region -o /home/lilith/sync/screenshots -z"
|
||||||
"CTRL, print, exec, grim - | wl-copy && wl-paste > ~/sync/Screenshots/$(date +'%s')_spectre-pad.png && notify-send Screen Captured"
|
"CTRL, print, exec, hyprshot -m output -o /home/lilith/sync/screenshots -z"
|
||||||
|
|
||||||
"$mainMod, left, movefocus, l"
|
"$mainMod, left, movefocus, l"
|
||||||
"$mainMod, right, movefocus, r"
|
"$mainMod, right, movefocus, r"
|
||||||
"$mainMod, up, movefocus, u"
|
"$mainMod, up, movefocus, u"
|
||||||
|
|
@ -155,9 +152,6 @@
|
||||||
|
|
||||||
"$mainMod, S, togglespecialworkspace, magic"
|
"$mainMod, S, togglespecialworkspace, magic"
|
||||||
"$mainMod SHIFT, S, movetoworkspace, special:magic"
|
"$mainMod SHIFT, S, movetoworkspace, special:magic"
|
||||||
|
|
||||||
"$mainMod, mouse_down, workspace, e+1"
|
|
||||||
"$mainMod, mouse_up, workspace, e-1"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
bindm = [
|
bindm = [
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,21 @@
|
||||||
{ conf, ... }:
|
{ conf, ... }:
|
||||||
{
|
{
|
||||||
home.file.".config/hypr/wallpaper.png" = {
|
home.file.".config/hypr/wallpaper.png" = {
|
||||||
source = ../../wallpapers/default.png;
|
source = ../../wallpapers/${conf.wallpaper};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.hyprpaper = let
|
services.hyprpaper = let
|
||||||
default = "/home/lilith/.config/hypr/wallpaper.png";
|
default = "/home/lilith/.config/hypr/wallpaper.png";
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
splash = false;
|
splash = false;
|
||||||
|
|
||||||
preload = [ "/home/lilith/.config/hypr/wallpaper.png" ];
|
preload = [ default ];
|
||||||
|
|
||||||
wallpaper = [
|
wallpaper = [
|
||||||
",/home/lilith/.config/hypr/wallpaper.png"
|
",${default}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
directories = [
|
directories = [
|
||||||
".cache/nix"
|
".cache/nix"
|
||||||
".cache/spotify"
|
".cache/spotify"
|
||||||
|
".cache/keepassxc"
|
||||||
".cargo"
|
".cargo"
|
||||||
".local/state/wireplumber"
|
".local/state/wireplumber"
|
||||||
"tmp"
|
"tmp"
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 340 KiB |
Loading…
Add table
Add a link
Reference in a new issue