-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhyprland.conf
More file actions
36 lines (32 loc) · 1.44 KB
/
hyprland.conf
File metadata and controls
36 lines (32 loc) · 1.44 KB
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
# ────────────────────────────────────────────────────────────
# Custom Theme for Hyprland
# Made with Omarchist
# ────────────────────────────────────────────────────────────
#
# Multi-Language Input Configuration:
# • Super + I: Cycle layouts (br → kr → th)
# • Ctrl + Space: Toggle fcitx5 IME (for Hangul & Zhuyin)
#
# NOTE: For Korean Hangul and Chinese Zhuyin, you must:
# 1. Install: fcitx5-im fcitx5-hangul fcitx5-chewing
# 2. Run: fcitx5-configtool
# 3. Add "Hangul" and/or "Chewing" input methods
# 4. Use Ctrl+Space to activate IME when typing
#
# See README.md for full details.
# ────────────────────────────────────────────────────────────
general {
col.active_border = rgb(3A403B)
col.inactive_border = rgb(05050A)
border_size = 2
gaps_in = 8
gaps_out = 12
}
decoration {
rounding = 0
}
# slight transparency for all windows (active/inactive)
# tweak here if you want stronger/weaker opacity (active,inactive)
windowrulev2 = opacity 0.85 0.75,class:^(.*)$
# keep fullscreen apps fully opaque for focus/legibility
windowrulev2 = opacity 1.0 1.0,fullscreen:1