General maintenance
This commit is contained in:
@@ -190,9 +190,10 @@ in {
|
||||
"super, down, exec, pactl set-sink-volume @default_sink@ -10%"
|
||||
"super, t, exec, swaync-client -t -sw"
|
||||
"super, a, exec, firefox"
|
||||
"super, q, exec, kitty --title Kitty"
|
||||
"super shift, q, exec, [float;size 40% 30%;move onscreen cursor -50% -50%] kitty --title Kitty"
|
||||
"super, q, exec, kitty"
|
||||
"super shift, q, exec, [float;size 40% 30%;move onscreen cursor -50% -50%] kitty"
|
||||
"super, c, killactive,"
|
||||
"super shift, c,exec, hyprctl kill"
|
||||
"super, e, exec, [float;size 40% 50%;move onscreen cursor -50% -50%] nemo"
|
||||
"super, p, exec, [float;size 40% 25%;move onscreen cursor] [ ! -f /tmp/keyringfile ] && kitty toolbelt"
|
||||
"super shift, m, exit,"
|
||||
|
||||
@@ -59,6 +59,9 @@ in {
|
||||
ghostty
|
||||
fd
|
||||
delta
|
||||
glfw
|
||||
glxinfo
|
||||
xwayland
|
||||
] ++ scripts;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
svc = "sudo systemctl";
|
||||
viflake = "nvim flake.nix";
|
||||
iv = "invoke";
|
||||
cfgfilecount = ''find $FLAKEPATH -name "*.nix" | wc -l | toilet -f 3d | lolcat'';
|
||||
cfgfilecount = ''find ".\.nix" $FLAKEPATH | wc -l | toilet -f 3d | lolcat'';
|
||||
record = "wf-recorder";
|
||||
#git
|
||||
ga = "playshellsound ${self}/assets/sound/gitadd.wav; git add";
|
||||
|
||||
@@ -42,7 +42,6 @@ in
|
||||
command neovide "$@"
|
||||
}
|
||||
alias vi="nvim"
|
||||
alias vide="neovide"
|
||||
kitty_theme() {
|
||||
if [ $TERM = "xterm-kitty" ]; then
|
||||
if [ -n "$SSH_CONNECTION" ]; then
|
||||
|
||||
@@ -12,6 +12,10 @@
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
syntaxHighlighting = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "fzf" ];
|
||||
|
||||
@@ -25,19 +25,15 @@
|
||||
active_tab_font_style = "normal";
|
||||
inactive_tab_font_style = "normal";
|
||||
tab_bar_style = "powerline";
|
||||
tab_bar_edge = "top";
|
||||
tab_powerline_style = "round";
|
||||
};
|
||||
|
||||
keybindings = {
|
||||
## Tabs
|
||||
"alt+1" = "goto_tab 1";
|
||||
"alt+2" = "goto_tab 2";
|
||||
"alt+3" = "goto_tab 3";
|
||||
"alt+4" = "goto_tab 4";
|
||||
|
||||
## Unbind
|
||||
"ctrl+shift+left" = "no_op";
|
||||
"ctrl+shift+right" = "no_op";
|
||||
"ctrl+shift+h" = "next_tab";
|
||||
"ctrl+shift+l" = "previous_tab";
|
||||
"ctrl+shift+j" = "scroll_end";
|
||||
"ctrl+shift+k" = "scroll_home";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
jdtls.enable = true;
|
||||
pyright.enable = true;
|
||||
sqls.enable = true;
|
||||
hls = {
|
||||
|
||||
Reference in New Issue
Block a user