This commit is contained in:
2026-03-08 21:27:10 +00:00
parent c2b098b2c1
commit 73f6fffd28
5 changed files with 57 additions and 47 deletions
+16 -1
View File
@@ -22,6 +22,7 @@
"mangoLayoutGapsOverride": -1,
"mangoLayoutRadiusOverride": -1,
"mangoLayoutBorderSize": -1,
"firstDayOfWeek": -1,
"use24HourClock": true,
"showSeconds": false,
"padHours12Hour": false,
@@ -36,6 +37,15 @@
"modalAnimationSpeed": 1,
"modalCustomAnimationDuration": 150,
"enableRippleEffects": true,
"m3ElevationEnabled": true,
"m3ElevationIntensity": 12,
"m3ElevationOpacity": 30,
"m3ElevationColorMode": "default",
"m3ElevationLightDirection": "top",
"m3ElevationCustomColor": "#000000",
"modalElevationEnabled": true,
"popoutElevationEnabled": true,
"barElevationEnabled": false,
"wallpaperFillMode": "Fill",
"blurredWallpaperLayer": false,
"blurWallpaperOnOverview": false,
@@ -328,9 +338,14 @@
"lockAtStartup": false,
"enableFprint": false,
"maxFprintTries": 3,
"enableU2f": false,
"u2fMode": "or",
"lockScreenActiveMonitor": "all",
"lockScreenInactiveColor": "#000000",
"lockScreenNotificationMode": 0,
"lockScreenVideoEnabled": false,
"lockScreenVideoPath": "",
"lockScreenVideoCycling": false,
"hideBrightnessSlider": false,
"notificationTimeoutLow": 5000,
"notificationTimeoutNormal": 5000,
@@ -559,5 +574,5 @@
"clipboardEnterToPaste": false,
"launcherPluginVisibility": {},
"launcherPluginOrder": [],
"configVersion": 5
"configVersion": 6
}
+1 -1
View File
@@ -28,7 +28,7 @@
# todo.txt : todo
*.h : c
*.hpp *.hh : cpp
*.frag *.vert : glsl
*.frag *.vert *.slang : glsl
[[settings]]
+8 -12
View File
@@ -1,9 +1,5 @@
# Startup
# Plugin loading
exec-once = hyprctl plugin load "$HYPR_PLUGIN_DIR/lib/libhyprexpo.so"
exec-once = hyprctl plugin load "$HYPR_PLUGIN_DIR/lib/libhyprscrolling.so"
exec-once= bash -c "wl-paste --watch cliphist store &"
exec-once= fcitx5 -d
exec-once= emacs --daemon
@@ -92,7 +88,6 @@ general {
col.inactive_border=$secondary_container
gaps_in=2
gaps_out=4
# layout=scrolling
resize_on_border = true
layout=dwindle
}
@@ -141,12 +136,6 @@ plugin {
workspace_method = center current
gesture_distance = 300
}
hyprscrolling {
column_width = 0.7
fullscreen_on_one_column = true
focus_fit_method = 1
}
}
# Window Rules
@@ -205,12 +194,18 @@ $ws = workspace
windowrule = match:class ^(.*obs.*)$, $ws $ws_video
windowrule = match:title ^(Minecraft)$, $ws $ws_game
# Rule :: Workspace
workspace = 1, layout:scrolling
# Commands
# :Alias: :Command:
$lock = dms ipc call lock lock
$screenshot = grimblast --cursor copy output
$screenshotarea = hyprctl keyword animation 'fadeOut,0,0,default'; grimblast copy area; hyprctl keyword animation 'fadeOut,1,4,default'
$set_ws_layout = $HOME/personal/nixos/configs/hypr/set-ws-layout.sh
$colorpick = hyprpicker -a -f hex
$emacs = emacsclient -c -a 'emacs'
@@ -273,7 +268,8 @@ $mainCtrlShift = $mainCtrl SHIFT
binde = $mainMod, left, resizeactive, -10 0
binde = $mainMod, up, resizeactive, 0 -10
binde = $mainMod, down, resizeactive, 0 10
bind = $mainCtrl, L, exec, $lock
# bind = $mainCtrl, L, exec, $lock
bind = $mainCtrl, L, exec, $HOME/personal/nixos/configs/hypr/ws-layout-toggle.sh
bind = $mainCtrl, Q, exec, $lock
bind = $mainMod, F4, exit,