fix nvim config
This commit is contained in:
@ -15,7 +15,7 @@ source = ./workspaces.conf
|
||||
|
||||
$terminal = ghostty
|
||||
$fileManager = thunar
|
||||
$menu = wofi --show drun
|
||||
$menu = env XDG_CURRENT_DESKTOP=Hyprland wofi --show drun
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
@ -24,12 +24,13 @@ $menu = wofi --show drun
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
# exec-once = waybar
|
||||
exec-once = /usr/lib//hhyprpolkitagent/hyprpolkitagent
|
||||
exec-once = /usr/lib/hyprpolkitagent/hyprpolkitagent
|
||||
exec-once = hyprpanel
|
||||
exec-once = dunst
|
||||
exec-once = firefox
|
||||
exec-once = hyprpaper
|
||||
exec-once = [workspace 9 silent] deezer-desktop
|
||||
exec-once = scripts/close-monokai-popup.sh
|
||||
|
||||
# gnome keyring secret service
|
||||
exec-once = dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP HYPRLAND_INSTANCE_SIGNATURE
|
||||
@ -262,6 +263,12 @@ bind = $mainMod SHIFT, right, movewindow, r
|
||||
bind = $mainMod SHIFT, up, movewindow, u
|
||||
bind = $mainMod SHIFT, down, movewindow, d
|
||||
|
||||
# Resize
|
||||
binde = $mainMod ALT, left, resizeactive, -20 0
|
||||
binde = $mainMod ALT, right, resizeactive, 20 0
|
||||
binde = $mainMod ALT, up, resizeactive, 0 -20
|
||||
binde = $mainMod ALT, down, resizeactive, 0 20
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
@ -342,11 +349,10 @@ windowrule {
|
||||
windowrule {
|
||||
name = jetbrains-tab-drag
|
||||
match:class = ^(jetbrains-.*|android-studio)$
|
||||
match:title = ^(\s*)$
|
||||
match:title = ^(\s*|Delete|Replace All)$
|
||||
|
||||
no_initial_focus = 1
|
||||
stay_focused = 1
|
||||
float = 1
|
||||
center = 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user