-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyprland.conf
146 lines (112 loc) · 3.15 KB
/
hyprland.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
source = ~/.config/hypr/plugins/hyprbars.conf
source = ~/.config/hypr/plugins/hyprexpo.conf
source = ~/.config/hypr/plugins/hyprspace.conf
source = ~/.config/hypr/plugins/hyprwinwrap.conf
source = ~/.config/hypr/binds.conf
source = ~/.config/hypr/rules.conf
source = ~/.cache/wal/hyprland.conf
################
### MONITORS ###
################
monitor=,1920x1200,auto,1
#################
### AUTOSTART ###
#################
exec-once = waybar & tuned -d
exec-once = swaync & /usr/lib/polkit-kde-authentication-agent-1 &
exec-once = swww-daemon & waypaper --restore & hypridle &
exec-once = wl-paste --watch cliphist store & nm-applet --indicator &
exec-once = hyprctl setcursor Bibata-Modern-Ice 22 &
exec-once = hyprpm reload -n &
exec-once = sleep 2 && kdeconnect-indicator &
exec-once = sleep 8 && safeeyes &
exec-once = ~/.config/hypr/scripts/battery.sh
exec = hyprshade auto
# exec-once = blueman-applet
#############################
### ENVIRONMENT VARIABLES ###
#############################
env = XDG_CURRENT_DESKTOP, Hyprland
env = XDG_SESSION_TYPE, wayland
env = XDG_SESSION_DESKTOP, Hyprland
env = QT_QPA_PLATFORM, wayland
env = QT_QPA_PLATFORMTHEME, qt6ct
env = QT_QPA_PLATFORM_PLUGIN_PATH, /usr/lib/qt/plugins/platforms
env = HYPRSHOT_DIR, Pictures/Screenshots/
env = HYPRCURSOR_THEME, Bibata-Modern-Ice
env = HYPRCURSOR_SIZE, 22
env = XCURSOR_THEME, Bibata-Modern-Ice
env = XCURSOR_SIZE, 22
#####################
### LOOK AND FEEL ###
#####################
general {
gaps_in = 5
gaps_out = 10
border_size = 2
col.active_border = $color10 $color9 $color11 45deg
col.inactive_border = $color6
resize_on_border = false
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
allow_tearing = false
layout = dwindle
}
decoration {
rounding = 8
active_opacity = 0.96
inactive_opacity = 0.8
blur {
enabled = true
size = 6
passes = 2
new_optimizations = true
}
}
animations {
enabled = true
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, 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 {
force_default_wallpaper = 1
}
#############
### INPUT ###
#############
input {
kb_layout = us
kb_variant =
kb_model =
kb_options = caps:escape_shifted_capslock
kb_rules =
follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
touchpad {
natural_scroll = true
}
}
gestures {
workspace_swipe = true
workspace_swipe_forever = true
}
device {
name = elan06c8:00-04f3:320b-touchpad
sensitivity = +0.4
}
device {
name = tpps/2-elan-trackpoint
sensitivity = -0.3
}
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP