removed ssh stuff
This commit is contained in:
parent
f58e511ddc
commit
9eec061213
9 changed files with 24 additions and 17 deletions
|
|
@ -17,7 +17,7 @@ exec-once = nm-applet --indicator &
|
|||
exec-once = bash -c "mkfifo /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob && tail -f /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob | wob & disown" &
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
|
||||
# exec-once = hyprlock &
|
||||
exec-once = swww-daemon & sleep 0.1 && swww img /mnt/data/Wallpapers/base.png --transition-type none &
|
||||
exec-once = swww-daemon & sleep 0.1 && swww img /mnt/data/Wallpapers/solid_background_dark.png --transition-type none &
|
||||
|
||||
|
||||
# ## Slow app launch fix
|
||||
|
|
|
|||
|
|
@ -3,3 +3,6 @@
|
|||
monitor = HDMI-A-1,1920x1080@239.76,0x0,1,transform,0
|
||||
monitor = DP-1,2560x1440@59.95,1920x0,1,transform,1
|
||||
monitor = eDP-2,disable
|
||||
|
||||
# monitor = HDMI-A-1, disable
|
||||
# monitor = DP-1, disable
|
||||
|
|
|
|||
|
|
@ -39,6 +39,10 @@ group {
|
|||
}
|
||||
}
|
||||
|
||||
# xwayland {
|
||||
# force_zero_scaling = true
|
||||
# }
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
||||
misc {
|
||||
font_family = "Fira Sans"
|
||||
|
|
@ -49,9 +53,14 @@ misc {
|
|||
enable_swallow = true
|
||||
swallow_regex = ^(nautilus|nemo|thunar|btrfs-assistant.)$
|
||||
focus_on_activate = true
|
||||
vfr = true
|
||||
vrr = 2
|
||||
}
|
||||
|
||||
# cursor {
|
||||
# no_hardware_cursors = true
|
||||
# }
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#render
|
||||
render {
|
||||
direct_scanout = true
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ windowrule = monitor HDMI-A-1, match:class ^steam_app_1808500$, fullscreen 1
|
|||
windowrule = monitor HDMI-A-1, match:class ^steam_app_1422450$, fullscreen 1
|
||||
windowrule = monitor HDMI-A-1, match:class ^steam_app_594650$, fullscreen 1
|
||||
windowrule = monitor HDMI-A-1, match:class ^steam_app_3819230$, fullscreen 1
|
||||
windowrule = monitor HDMI-A-1, size 1920 1080, match:class ^steam_app_686060$, fullscreen 1
|
||||
|
||||
windowrule = tile on, match:initial_title ^Godot$
|
||||
windowrule = float on, size 400 600, match:initial_title ^HyperX Alpha$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue