diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c30a2e1..ca58882 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -5,7 +5,8 @@ exec-once = unclutter exec-once = dunst exec-once = numlockx exec-once = lxpolkit -exec-once = hyperpaper +exec-once = nitrogen --restore +exec-once = fcitx5 -d #exec-once = mpvpaper -vs -o "no-audio loop" VGA-1 /home/ziro/my\ Files/Wallpaper/HoloLive/Torii\ Gate/Torii\ Gate.webm & monitor=,preferred,auto,auto @@ -103,6 +104,7 @@ bind = , Print, exec, grim -g "$(slurp)" - | wl-copy bind = $mainMod, Space, exec, exec `tofi-run` 2>/dev/null bind = $metaMod, Q, exit, bind = $metaMod, F, togglefloating, +bind = $metaMod, S, pin, bind = $metaMod, P, pseudo, # for dwindle only bind = $metaMod, J, togglesplit, # for dwindle only diff --git a/.config/vim/vim_uni b/.config/vim/vim_uni index 73fa91c..5d557b0 100644 --- a/.config/vim/vim_uni +++ b/.config/vim/vim_uni @@ -52,10 +52,9 @@ noremap "+y noremap "+P " Shortcut to comment a line -" means ctrl+/ for vim, for some reason... -map gcc -vmap gc -imap gc +map gcc +vmap gc +imap gc " Clear last search result map c :noh diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 93fd704..d9b0be4 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -9,6 +9,7 @@ # rateUSD | sed 's/^/ /g' setopt auto_cd # auto cd if directory + # highlight on tab (completion) [ -f ~/.config/zsh/completion ] && source ~/.config/zsh/completion # zstyle ':completion:*:*:git:*' script /usr/local/etc/bash_completion.d/git-completion.bash