Update .config/hypr/hyprland.conf
Update .config/nvim/init.vim Update .config/terminator/config
This commit is contained in:
parent
8002b67a29
commit
9eea30a4d4
3 changed files with 10 additions and 9 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue