hypr conf update

This commit is contained in:
Максим Тотмин 2024-03-30 13:32:45 +07:00
parent 20edbe76e8
commit a7e95c3ed1

View File

@ -1,18 +1,23 @@
########################################################################################
# My cozy Hyprland conf # My cozy Hyprland conf
########################################################################################
autogenerated = 0 autogenerated = 0
# Monitor setting # Monitor setting
# 2 normal mode
misc:disable_hyprland_logo=true misc:disable_hyprland_logo=true
monitor=DP-1,3440x1440@144,2560x0,1 monitor=DP-1,3440x1440@144,2560x0,1
monitor=DP-2,2560x1440@165,0x0,1 monitor=DP-2,2560x1440@165,0x0,1
# slave vertical
#monitor=DP-1,3440x1440@144,1440x0,1
#monitor=DP-2,2560x1440@165,0x0,1,transform,1
# Fix slow startup # Fix slow startup
#exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
#exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=systemctl --user import-environment QT_QPA_PLATFORMTHEME
exec-once=dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once=dbus-update-activation-environment --systemd --all
exec-once=gio mime inode/directory thunar.desktop
exec-once=xdg-mime default thunar.desktop inode/directory
# Keyboard # Keyboard
input { input {
@ -54,10 +59,12 @@ exec-once=[workspace 4 silent;noanim] discord
exec-once=transmission-daemon exec-once=transmission-daemon
exec-once=thunar --daemon exec-once=thunar --daemon
exec-once=steam-native -silent exec-once=steam-native -silent
exec-once=polychromatic-cli -n "Razer DeathAdder V2 Pro (Wireless)" --dpi 600
# Styling # Styling
general { general {
gaps_in = 5 gaps_in = 5
gaps_out = 12.5 gaps_out = 12
border_size = 2 border_size = 2
col.active_border = rgba(313455ee) rgba(00ff99ee) 45deg col.active_border = rgba(313455ee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa) col.inactive_border = rgba(595959aa)
@ -69,10 +76,6 @@ general {
decoration { decoration {
rounding = 4 rounding = 4
decoration:blur: yes
decoration:blur_size: 3
decoration:blur_passes: 1
decoration:blur_new_optimizations: on
drop_shadow = yes drop_shadow = yes
shadow_range = 4 shadow_range = 4
@ -110,11 +113,6 @@ gestures {
workspace_swipe = off workspace_swipe = off
} }
device:compx-2.4g-wireless-receiver {
kb_layout = us,ru
kb_options = grp:caps_toggle,grp_led:caps
}
$mainMod = SUPER $mainMod = SUPER
# KeyBinding # KeyBinding
@ -126,6 +124,7 @@ bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, menurun bind = $mainMod, R, exec, menurun
bind = $mainMod, D, exec, menudrun bind = $mainMod, D, exec, menudrun
bind = $mainMod, Y, exec, menupass bind = $mainMod, Y, exec, menupass
bind = $mainMod, A, exec, menuaudio
bind = $mainMod, W, pseudo, bind = $mainMod, W, pseudo,
bind = $mainMod, S, togglesplit, bind = $mainMod, S, togglesplit,
bind = $mainMod, P, exec, screenshot bind = $mainMod, P, exec, screenshot