221 lines
6.6 KiB
Plaintext
221 lines
6.6 KiB
Plaintext
# You have to change this based on your monitor
|
||
monitor=HDMI-A-1,1920x1080@144,auto,auto
|
||
# Status bar :)
|
||
# exec-once=eww open bar
|
||
exec-once=waybar
|
||
|
||
#Notification
|
||
exec-once=dunst
|
||
# Wallpaper
|
||
exec-once = hyprpaper -c .config/hyprpaper/hyprpaper.conf
|
||
# For screen sharing
|
||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||
# For keyboard
|
||
exec-once=fcitx5 -D
|
||
# For lockscreen
|
||
exec-once=swayidle -w timeout 200 'swaylock-fancy'
|
||
|
||
# Bluetooth
|
||
exec-once=blueman-applet # Make sure you have installed blueman
|
||
|
||
# Screen Sharing
|
||
exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||
exec-once=~/.config/hypr/scripts/screensharing.sh
|
||
|
||
#--- РАСКЛАДКА КЛАВИАТУРЫ -----------------------------------------------------
|
||
input {
|
||
kb_layout = us,ru
|
||
kb_variant =
|
||
kb_model =
|
||
kb_options = grp:alt_shift_toggle
|
||
kb_rules =
|
||
|
||
follow_mouse = 1
|
||
|
||
repeat_rate=50
|
||
repeat_delay=240
|
||
touchpad {
|
||
natural_scroll = false
|
||
}
|
||
|
||
numlock_by_default = true
|
||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||
}
|
||
|
||
general {
|
||
gaps_in = 5
|
||
gaps_out = 10
|
||
border_size = 2
|
||
col.active_border = rgba(d8dee8ff) rgba(afc8e9ff) 45deg
|
||
col.inactive_border = rgba(2f343fff)
|
||
|
||
layout = dwindle
|
||
no_border_on_floating = true
|
||
}
|
||
|
||
#--- ДЕКОРАЦИИ ОКОН ----------------------------------------------------------- decoration {
|
||
decoration {
|
||
rounding = 15
|
||
# multisample_edges = true
|
||
#
|
||
blur {
|
||
enabled = true
|
||
size = 3
|
||
passes = 1
|
||
}
|
||
|
||
drop_shadow = false
|
||
shadow_range = 4
|
||
shadow_render_power = 3
|
||
col.shadow = rgba(1a1a1aee)
|
||
}
|
||
|
||
gestures {
|
||
workspace_swipe=true
|
||
workspace_swipe_min_speed_to_force=5
|
||
}
|
||
|
||
blurls=lockscreen
|
||
|
||
animations {
|
||
enabled=1
|
||
# bezier=overshot,0.05,0.9,0.1,1.1
|
||
bezier=overshot,0.13,0.99,0.29,1.1
|
||
animation=windows,1,4,overshot,popin
|
||
animation=fade,1,10,default
|
||
animation=workspaces,1,6,overshot,slide
|
||
animation=border,1,10,default
|
||
}
|
||
|
||
|
||
|
||
#--- НАСТРОЙКА ЛАЙОУТОВ -------------------------------------------------------
|
||
dwindle {
|
||
pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||
preserve_split = true # you probably want this
|
||
}
|
||
|
||
master {
|
||
new_is_master = true
|
||
}
|
||
|
||
misc {
|
||
disable_hyprland_logo=true
|
||
disable_splash_rendering=true
|
||
mouse_move_enables_dpms=true
|
||
vfr = false
|
||
}
|
||
|
||
########################################################################################
|
||
|
||
\ \ / (_) | | | __ \ | |
|
||
\ \ /\ / / _ _ __ __| | _____ _____ | |__) | _| | ___ ___
|
||
\ \/ \/ / | | '_ \ / _` |/ _ \ \ /\ / / __| | _ / | | | |/ _ \/ __|
|
||
\ /\ / | | | | | (_| | (_) \ V V /\__ \ | | \ \ |_| | | __/\__ \
|
||
\/ \/ |_|_| |_|\__,_|\___/ \_/\_/ |___/ |_| \_\__,_|_|\___||___/
|
||
|
||
########################################################################################
|
||
|
||
|
||
# Float Necessary Windows
|
||
windowrule=float,Rofi
|
||
windowrule=float,pavucontrol
|
||
windowrulev2 = float,class:^()$,title:^(Picture in picture)$
|
||
windowrulev2 = float,class:^(brave)$,title:^(Save File)$
|
||
windowrulev2 = float,class:^(brave)$,title:^(Open File)$
|
||
windowrulev2 = float,class:^(LibreWolf)$,title:^(Picture-in-Picture)$
|
||
windowrulev2 = float,class:^(blueman-manager)$
|
||
windowrulev2 = float,class:^(org.twosheds.iwgtk)$
|
||
windowrulev2 = float,class:^(blueberry.py)$
|
||
windowrulev2 = float,class:^(xdg-desktop-portal-gtk)$
|
||
windowrulev2 = float,class:^(geeqie)$
|
||
|
||
# Increase the opacity
|
||
windowrule=opacity 0.92,nautilus
|
||
windowrule=opacity 0.96,discord
|
||
windowrule=opacity 0.9,VSCodium
|
||
windowrule=opacity 0.88,obsidian
|
||
|
||
windowrule=opacity 1,neovim
|
||
bindm=SUPER,mouse:272,movewindow
|
||
bindm=SUPER,mouse:273,resizewindow
|
||
|
||
# example binds
|
||
#--- КЛАВИША МОДИФИКАТОР ------------------------------------------------------
|
||
$mainMod = SUPER
|
||
|
||
|
||
#--- ЗАПУСК ПРИЛОЖЕНИЙ --------------------------------------------------------
|
||
bind = $mainMod, N, exec, nautilus
|
||
bind = $mainMod, RETURN, exec, alacritty
|
||
bind = $mainMod, D, exec, rofi -show drun
|
||
|
||
#--- ХОТКЕИ -------------------------------------------------------------------
|
||
bind = $mainMod SHIFT, Q, exit,
|
||
bind = $mainMod, C, killactive,
|
||
bind = $mainMod, F, togglefloating,
|
||
bind = $mainMod, P, pseudo, # dwindle
|
||
bind = $mainMod, T, togglesplit, # dwindle
|
||
bind = $mainMod SHIFT, F, fullscreen,
|
||
|
||
bind = $mainMod CTRL, P, exec, poweroff
|
||
bind = $mainMod CTRL, R, exec, reboot
|
||
|
||
|
||
bind = , Print, exec, grim ~/screen-"$(date +%s)".png
|
||
bind = $mainMod, Print, exec, grim -g "$(slurp)" ~/screen-"$(date +%s)".png
|
||
|
||
|
||
#--- ПЕРЕКЛЮЧЕНИЕ ФОКУСА ------------------------------------------------------
|
||
bind = $mainMod, left, movefocus, l
|
||
bind = $mainMod, right, movefocus, r
|
||
bind = $mainMod, up, movefocus, u
|
||
bind = $mainMod, down, movefocus, d
|
||
bind = $mainMod, h, movefocus, l
|
||
bind = $mainMod, l, movefocus, r
|
||
bind = $mainMod, k, movefocus, u
|
||
bind = $mainMod, j, movefocus, d
|
||
|
||
|
||
|
||
#--- ПЕРЕКЛЮЧЕНИЕ ВОРКСПЕЙСОВ -------------------------------------------------
|
||
bind = $mainMod, 1, workspace, 1
|
||
bind = $mainMod, 2, workspace, 2
|
||
bind = $mainMod, 3, workspace, 3
|
||
bind = $mainMod, 4, workspace, 4
|
||
bind = $mainMod, 5, workspace, 5
|
||
bind = $mainMod, 6, workspace, 6
|
||
bind = $mainMod, 7, workspace, 7
|
||
bind = $mainMod, 8, workspace, 8
|
||
bind = $mainMod, 9, workspace, 9
|
||
bind = $mainMod, 0, workspace, 10
|
||
|
||
|
||
#--- ПЕРЕМЕЩЕНИЕ ОКОН НА ДРУГОЙ ВОРКСПЕЙС -------------------------------------
|
||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
||
bind = $mainMod SHIFT, 4, movetoworkspace, 4
|
||
bind = $mainMod SHIFT, 5, movetoworkspace, 5
|
||
bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
||
bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||
|
||
#--- ПЕРЕХОД ПО ВОРКСПЕЙСАМ КОЛЕСОМ МЫШИ --------------------------------------
|
||
bind = $mainMod, mouse_down, workspace, e+1
|
||
bind = $mainMod, mouse_up, workspace, e-1
|
||
|
||
|
||
#--- ПЕРЕМЕЩЕНИЕ И РЕСАЙЗ ОКОН МЫШЬЮ ------------------------------------------
|
||
bindm = $mainMod, mouse:272, movewindow
|
||
bindm = $mainMod, mouse:273, resizewindow
|
||
|
||
|
||
#--- РЕСАЙЗ -------------------------------------------------------------------
|
||
bind = $mainMod CTRL, left, resizeactive,-50 0
|
||
bind = $mainMod CTRL, right, resizeactive,50 0
|
||
bind = $mainMod CTRL, up, resizeactive,0 -50
|
||
bind = $mainMod CTRL, down, resizeactive,0 50
|