From 9eea30a4d44c8443e053363792a32fe6eefeb303 Mon Sep 17 00:00:00 2001 From: Jinks Date: Tue, 10 Jun 2025 11:48:37 +0200 Subject: [PATCH] Update .config/hypr/hyprland.conf Update .config/nvim/init.vim Update .config/terminator/config --- private_dot_config/hypr/hyprland.conf | 12 ++++++++---- private_dot_config/nvim/init.vim | 4 ---- private_dot_config/terminator/config | 3 ++- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index d745d5b..a189154 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -33,7 +33,8 @@ env = XDG_SESSION_TYPE,hyprland env = GDK_BACKEND,wayland,x11,* env = PATH,$HOME/bin:$PATH env = HYPRSHOT_DIR,$HOME/Pictures/Screenshots -env = TERMINAL,terminator +#env = TERMINAL,terminator +env = TERMINAL,kitty # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { @@ -106,7 +107,7 @@ dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # you probably want this - smart_split = true + smart_split = false } master { @@ -130,6 +131,7 @@ misc { disable_splash_rendering = true mouse_move_enables_dpms = true key_press_enables_dpms = true + enable_anr_dialog = false } # Example windowrule v1 @@ -137,6 +139,7 @@ misc { # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more +windowrulev2 = float,class:(Jitsi) windowrulev2 = float,class:(imv) windowrulev2 = float,class:(feh) windowrulev2 = float,class:(org.speedcrunch.speedcrunch) @@ -208,12 +211,13 @@ binds { } # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER -$terminal = terminator +#$terminal = terminator +$terminal = kitty # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, RETURN, exec, $terminal bind = $mainMod, KP_Enter, exec, $terminal -bind = $mainMod, Q, killactive, +bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, E, exit, bind = $mainMod, E, exec, nemo bind = $mainMod, SPACE, togglefloating, diff --git a/private_dot_config/nvim/init.vim b/private_dot_config/nvim/init.vim index 8e759b9..322248d 100644 --- a/private_dot_config/nvim/init.vim +++ b/private_dot_config/nvim/init.vim @@ -8,10 +8,6 @@ scriptencoding utf-8 set nocompatible " Don't be compatible with vi -if ((&term =~ "xterm") || (&term =~ "rxvt")) && (&termencoding == "") - set termencoding=utf-8 -endif - "----------------------------------------------------------------------- " vim-plug plugin management diff --git a/private_dot_config/terminator/config b/private_dot_config/terminator/config index 9b35c99..43e5869 100644 --- a/private_dot_config/terminator/config +++ b/private_dot_config/terminator/config @@ -17,7 +17,7 @@ background_darkness = 0.8 background_type = transparent cursor_bg_color = "#d6d6d6" - font = SourceCodeVF 11 + font = MesloLGS NF 11 foreground_color = "#ffffff" show_titlebar = False scrollbar_position = hidden @@ -46,4 +46,5 @@ [[[child1]]] type = Terminal parent = window0 + profile = default [plugins]