95 lines
1.9 KiB
Text
95 lines
1.9 KiB
Text
# ### Hyprland ###
|
|
# Apps
|
|
$terminal = ghostty
|
|
$editor = code
|
|
$fileExplorer = ghostty -e fish -C yazi
|
|
$browser = zen
|
|
|
|
# Touchpad
|
|
$touchpadDisableTyping = true
|
|
$touchpadScrollFactor = 0.3
|
|
$workspaceSwipeFingers = 4
|
|
$gestureFingers = 3
|
|
$gestureFingersMore = 4
|
|
|
|
# Blur
|
|
$blurEnabled = true
|
|
$blurSpecialWs = false
|
|
$blurPopups = true
|
|
$blurInputMethods = true
|
|
$blurSize = 8
|
|
$blurPasses = 2
|
|
$blurXray = false
|
|
|
|
# Shadow
|
|
$shadowEnabled = true
|
|
$shadowRange = 20
|
|
$shadowRenderPower = 3
|
|
$shadowColour = rgba($surfaced4)
|
|
|
|
# Gaps
|
|
$workspaceGaps = 20
|
|
$windowGapsIn = 10
|
|
$windowGapsOut = 40
|
|
$singleWindowGapsOut = 20
|
|
|
|
# Window styling
|
|
$windowOpacity = 0.95
|
|
$windowRounding = 10
|
|
|
|
$windowBorderSize = 3
|
|
$activeWindowBorderColour = rgba($primarye6)
|
|
$inactiveWindowBorderColour = rgba($onSurfaceVariant11)
|
|
|
|
# Misc
|
|
$volumeStep = 10 # In percent
|
|
$cursorTheme = sweet-cursors
|
|
$cursorSize = 24
|
|
|
|
|
|
# ### Keybinds ###
|
|
# Workspaces
|
|
$kbMoveWinToWs = Super+Alt
|
|
$kbMoveWinToWsGroup = Ctrl+Super+Alt
|
|
$kbGoToWs = Super
|
|
$kbGoToWsGroup = Ctrl+Super
|
|
|
|
$kbNextWs = Ctrl+Super, right
|
|
$kbPrevWs = Ctrl+Super, left
|
|
|
|
$kbToggleSpecialWs = Super, S
|
|
|
|
# Window groups
|
|
$kbWindowGroupCycleNext = Alt, Tab
|
|
$kbWindowGroupCyclePrev = Shift+Alt, Tab
|
|
$kbUngroup = Super, U
|
|
$kbToggleGroup = Super, Comma
|
|
|
|
# Window actions
|
|
$kbMoveWindow = Super, Z
|
|
$kbResizeWindow = Super, X
|
|
$kbWindowPip = Super+Alt, Backslash
|
|
$kbPinWindow = Super, P
|
|
$kbWindowFullscreen = Super, F
|
|
$kbWindowBorderedFullscreen = Super+Alt, F
|
|
$kbToggleWindowFloating = Super+Alt, Space
|
|
$kbCloseWindow = Super, Q
|
|
|
|
# Special workspace toggles
|
|
$kbSystemMonitor = Ctrl+Shift, Escape
|
|
$kbMusic = Super, M
|
|
$kbCommunication = Super, D
|
|
$kbTodo = Super, R
|
|
|
|
# Apps
|
|
$kbTerminal = Super, T
|
|
$kbBrowser = Super, B
|
|
$kbEditor = Super, C
|
|
$kbFileExplorer = Super, E
|
|
|
|
# Misc
|
|
$kbSession = Ctrl+Alt, Delete
|
|
$kbClearNotifs = Ctrl+Alt, C
|
|
$kbShowPanels = Super, K
|
|
$kbLock = Super, L
|
|
$kbRestoreLock = Super+Alt, L
|