diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml index 55446c9..a8321ff 100644 --- a/alacritty/.config/alacritty/alacritty.toml +++ b/alacritty/.config/alacritty/alacritty.toml @@ -94,6 +94,11 @@ action = "SpawnNewInstance" key = "Return" mods = "Shift|Super" +[[keyboard.bindings]] +action = "CreateNewTab" +key = "T" +mods = "Control|Shift" + #[schemes.flinty_dark.bright] #black = "#686868" #blue = "#57c7ff" diff --git a/haskell/.ghc/ghci.conf b/haskell/.ghc/ghci.conf index 8c803c1..5febe73 100644 --- a/haskell/.ghc/ghci.conf +++ b/haskell/.ghc/ghci.conf @@ -1,2 +1,2 @@ -:set prompt "\ESC[1;34m%s\n\ESC[0;34mλ> \ESC[m" - +-- :set prompt "\ESC[1;34m%s\n\ESC[0;34mλ> \ESC[m" +:set prompt "\ESC[1;34m%s\n\ESC[0;34m────────────────────\nλ> \ESC[m" diff --git a/nvim/.config/nvim/coc-settings.json b/nvim/.config/nvim/coc-settings.json index e69de29..d7f6fb0 100644 --- a/nvim/.config/nvim/coc-settings.json +++ b/nvim/.config/nvim/coc-settings.json @@ -0,0 +1,3 @@ +{ + "snippets.ultisnips.pythonPrompt": false +} \ No newline at end of file diff --git a/waybar/.config/waybar/config.jsonc b/waybar/.config/waybar/config.jsonc index 7eef84e..a08c114 100644 --- a/waybar/.config/waybar/config.jsonc +++ b/waybar/.config/waybar/config.jsonc @@ -5,9 +5,9 @@ // Choose the order of the modules "reload_style_on_change": true, "modules-left": ["hyprland/workspaces"], - "modules-center": ["custom/music"], + "modules-center": ["pulseaudio","custom/prayers", "network", "cpu", "memory", "clock", "custom/music"], // "modules-right": ["pulseaudio", "cpu", "backlight", "battery", "clock", "tray", "custom/lock", "custom/power"], - "modules-right": ["pulseaudio","custom/prayers", "network", "cpu", "memory", "clock", "tray", "custom/lock", "custom/power"], + "modules-right": ["tray", "custom/lock", "custom/power"], "hyprland/workspaces": { "disable-scroll": true, "sort-by-name": true, diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 2efe8df..6bf9a87 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -2,7 +2,7 @@ * { font-family: FantasqueSansMono Nerd Font; - font-size: 10px; + font-size: 12px; min-height: 0; } diff --git a/zsh/.zshrc b/zsh/.zshrc index 37d9cb6..91c9a4b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -36,6 +36,10 @@ autoload -Uz _zinit ### End of Zinit's installer chunk #=============================================================================================== +if [[ "${TERM}" == "dumb" ]]; then + exec sh +fi + # Get a random preset fastfetch --config $(printf "%s\n" examples/{6,7,9,13,17,20,21,22} | shuf -n 1) @@ -65,7 +69,7 @@ zplugin light zsh-users/zsh-autosuggestions zplugin ice wait'0' lucid zinit load agkozak/zsh-z -zplugin ice wait'0' lucid +zplugin ice wait'1' lucid zinit load "MichaelAquilina/zsh-auto-notify" @@ -103,6 +107,7 @@ setopt EXTENDED_HISTORY # record command start time SAVEHIST=1000 HISTSIZE=1000 HISTFILE="$HOME/.local/share/zsh/zsh_history" +AUTO_NOTIFY_IGNORE+=("fm", "ranger", "nvim") #=============================================================================================== ############ @@ -318,5 +323,5 @@ eval "$(starship init zsh)" export QSYS_ROOTDIR="/home/lambda/Programs/intelQuartus/quartus/sopc_builder/bin" export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab -#[ -f "/home/lambda/.ghcup/env" ] && . "/home/lambda/.ghcup/env" # ghcup-env +[ -f "/home/lambda/.ghcup/env" ] && . "/home/lambda/.ghcup/env" # ghcup-env