109 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			109 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
# This is an example Hyprland config file.
 | 
						|
# Syntax is the same as in Hypr, but settings might differ.
 | 
						|
#
 | 
						|
# Refer to the wiki for more information.
 | 
						|
# Edited by FlyingStitchman 28 Aug 2022
 | 
						|
 | 
						|
# Config Home Variable
 | 
						|
$ConfigHome=~/.config/hypr
 | 
						|
 | 
						|
 | 
						|
# Config for Monitors and Workspaces as they don't Carry Between Computers
 | 
						|
source=$ConfigHome/monitors.conf
 | 
						|
 | 
						|
# Startup Config
 | 
						|
source=$ConfigHome/exec-start.conf
 | 
						|
 | 
						|
# Config for Bindings
 | 
						|
source=$ConfigHome/binds.conf
 | 
						|
 | 
						|
# Windowrules
 | 
						|
source=$ConfigHome/windowrules.conf
 | 
						|
 | 
						|
input {
 | 
						|
    follow_mouse=1
 | 
						|
 | 
						|
    sensitivity=.4
 | 
						|
    accel_profile=adaptive
 | 
						|
 | 
						|
    touchpad {
 | 
						|
      natural_scroll=false
 | 
						|
      disable_while_typing=false
 | 
						|
    }
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
general {
 | 
						|
    gaps_in=3
 | 
						|
    gaps_out=5
 | 
						|
    border_size=4
 | 
						|
    col.active_border=0xffcc6a0f6
 | 
						|
    col.inactive_border=0xff494d64
 | 
						|
 | 
						|
    layout=dwindle
 | 
						|
}
 | 
						|
 | 
						|
decoration {
 | 
						|
  blur {
 | 
						|
    # Blur Options
 | 
						|
    enabled=true
 | 
						|
    size=4
 | 
						|
    passes=3
 | 
						|
    ignore_opacity=false
 | 
						|
    new_optimizations=true
 | 
						|
    noise=.03
 | 
						|
    vibrancy=.2
 | 
						|
    vibrancy_darkness=0.5
 | 
						|
    input_methods=true
 | 
						|
    }
 | 
						|
 | 
						|
  # Other
 | 
						|
  rounding=15
 | 
						|
  inactive_opacity=.8
 | 
						|
  fullscreen_opacity=1 multiplier
 | 
						|
}
 | 
						|
 | 
						|
animations {
 | 
						|
    enabled=true
 | 
						|
 | 
						|
    bezier = fast, 0.41, 0.6, 0.02, 0.93
 | 
						|
 | 
						|
    animation = windows, 1, 1, fast
 | 
						|
    animation = windowsOut, 1, 7, default, popin 80%
 | 
						|
    animation = border, 1, 10, default
 | 
						|
    animation = borderangle, 1, 8, default
 | 
						|
    animation = fade, 1, 3, default
 | 
						|
    animation = workspaces, 1, 1, fast
 | 
						|
    animation = specialWorkspace, 0
 | 
						|
}
 | 
						|
 | 
						|
dwindle {
 | 
						|
    pseudotile=true # enable pseudotiling on dwindle
 | 
						|
    preserve_split=true
 | 
						|
}
 | 
						|
 | 
						|
misc {
 | 
						|
    enable_anr_dialog = false
 | 
						|
    layers_hog_keyboard_focus=true
 | 
						|
    middle_click_paste=true
 | 
						|
    vfr=1
 | 
						|
    vrr=on
 | 
						|
    disable_hyprland_logo=true
 | 
						|
    disable_splash_rendering=true
 | 
						|
}
 | 
						|
 | 
						|
xwayland {
 | 
						|
  force_zero_scaling=true
 | 
						|
}
 | 
						|
 | 
						|
debug {
 | 
						|
    damage_tracking=-2
 | 
						|
    damage_blink=false
 | 
						|
    disable_scale_checks=true
 | 
						|
}
 | 
						|
 | 
						|
gesture = 3, horizontal, workspace
 | 
						|
gestures {
 | 
						|
  workspace_swipe_forever = true
 | 
						|
  workspace_swipe_distance = 350
 | 
						|
}
 |