hypr conf update
This commit is contained in:
parent
20edbe76e8
commit
a7e95c3ed1
@ -1,18 +1,23 @@
|
||||
|
||||
########################################################################################
|
||||
# My cozy Hyprland conf
|
||||
########################################################################################
|
||||
|
||||
autogenerated = 0
|
||||
|
||||
# Monitor setting
|
||||
# 2 normal mode
|
||||
misc:disable_hyprland_logo=true
|
||||
monitor=DP-1,3440x1440@144,2560x0,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
|
||||
#exec 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 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
|
||||
input {
|
||||
@ -54,10 +59,12 @@ exec-once=[workspace 4 silent;noanim] discord
|
||||
exec-once=transmission-daemon
|
||||
exec-once=thunar --daemon
|
||||
exec-once=steam-native -silent
|
||||
exec-once=polychromatic-cli -n "Razer DeathAdder V2 Pro (Wireless)" --dpi 600
|
||||
|
||||
# Styling
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 12.5
|
||||
gaps_out = 12
|
||||
border_size = 2
|
||||
col.active_border = rgba(313455ee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
@ -69,10 +76,6 @@ general {
|
||||
|
||||
decoration {
|
||||
rounding = 4
|
||||
decoration:blur: yes
|
||||
decoration:blur_size: 3
|
||||
decoration:blur_passes: 1
|
||||
decoration:blur_new_optimizations: on
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
@ -110,11 +113,6 @@ gestures {
|
||||
workspace_swipe = off
|
||||
}
|
||||
|
||||
device:compx-2.4g-wireless-receiver {
|
||||
kb_layout = us,ru
|
||||
kb_options = grp:caps_toggle,grp_led:caps
|
||||
}
|
||||
|
||||
$mainMod = SUPER
|
||||
|
||||
# KeyBinding
|
||||
@ -126,6 +124,7 @@ bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, menurun
|
||||
bind = $mainMod, D, exec, menudrun
|
||||
bind = $mainMod, Y, exec, menupass
|
||||
bind = $mainMod, A, exec, menuaudio
|
||||
bind = $mainMod, W, pseudo,
|
||||
bind = $mainMod, S, togglesplit,
|
||||
bind = $mainMod, P, exec, screenshot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user