diff --git a/dot_config/hypr/hyprland.conf.tmpl b/dot_config/hypr/hyprland.conf.tmpl index 3d194f8a08eb323461c0066b81a6fb0c1656cca3..5b0dcaca72bbec067ebe62c6655d8d9e9b96009a 100644 --- a/dot_config/hypr/hyprland.conf.tmpl +++ b/dot_config/hypr/hyprland.conf.tmpl @@ -142,6 +142,8 @@ misc { disable_hyprland_logo = true force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers enable_swallow = yes + swallow_regex = "^c .*" + swallow_exception_regex = ".*Doom Emacs$" focus_on_activate = no {{- if eq .theme_variant "light" }} background_color = rgb(eff1f5) diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index 0d8069f938c9715d95fa6c609b959eee5c04f24d..51586e50cc92691f6c52eb96efe47d975cd4e477 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -124,8 +124,8 @@ export PATH="$PATH:$ANDROID_HOME/cmdline-tools/latest/bin:$ANDROID_HOME/platform # Additional preferences export LANG=en_GB.UTF-8 -export EDITOR='devour emacsclient -c' -export VISUAL='devour emacsclient -c' +export EDITOR='emacsclient -c' +export VISUAL='emacsclient -c' export _JAVA_AWT_WM_NONREPARENTING=1 export MANPAGER="nvim +Man!" export COLUMNS=80 @@ -203,8 +203,8 @@ function gi() { curl -sLw https://www.toptal.com/developers/gitignore/api/$@ ; } # Hide the terminal when these apps are opened from a terminal -function zathura() { devour zathura "$1" } -function inkscape() { devour inkscape "$1" } +function zathura() { zathura "$1" } +function inkscape() { inkscape "$1" } # Navi integration _call_navi() {