updates, changes, fixes

This commit is contained in:
2026-04-19 16:10:59 +01:00
parent 2da23060ae
commit e7adfc03d8
8 changed files with 112 additions and 77 deletions
+29 -1
View File
@@ -4,6 +4,7 @@
"customThemeFile": "",
"registryThemeVariants": {},
"matugenScheme": "scheme-vibrant",
"matugenContrast": 0,
"runUserMatugenTemplates": false,
"matugenTargetMonitor": "DP-1",
"popupTransparency": 1,
@@ -23,6 +24,7 @@
"mangoLayoutRadiusOverride": -1,
"mangoLayoutBorderSize": -1,
"firstDayOfWeek": -1,
"showWeekNumber": false,
"use24HourClock": true,
"showSeconds": false,
"padHours12Hour": false,
@@ -46,6 +48,10 @@
"modalElevationEnabled": true,
"popoutElevationEnabled": true,
"barElevationEnabled": false,
"blurEnabled": false,
"blurBorderColor": "outline",
"blurBorderCustomColor": "#ffffff",
"blurBorderOpacity": 1,
"wallpaperFillMode": "Fill",
"blurredWallpaperLayer": false,
"blurWallpaperOnOverview": false,
@@ -128,6 +134,7 @@
"showOccupiedWorkspacesOnly": false,
"reverseScrolling": false,
"dwlShowAllTags": false,
"workspaceActiveAppHighlightEnabled": false,
"workspaceColorMode": "default",
"workspaceOccupiedColorMode": "none",
"workspaceUnfocusedColorMode": "default",
@@ -138,6 +145,7 @@
"workspaceNameIcons": {},
"waveProgressEnabled": true,
"scrollTitleEnabled": true,
"mediaAdaptiveWidthEnabled": true,
"audioVisualizerEnabled": true,
"audioScrollMode": "volume",
"audioWheelScrollAmount": 5,
@@ -208,6 +216,7 @@
"sortAppsAlphabetically": false,
"appLauncherGridColumns": 4,
"spotlightCloseNiriOverview": true,
"rememberLastQuery": false,
"spotlightSectionViewModes": {},
"appDrawerSectionViewModes": {},
"niriOverviewOverlayEnabled": true,
@@ -256,6 +265,7 @@
"notepadLastCustomTransparency": 0.7,
"soundsEnabled": true,
"useSystemSoundTheme": false,
"soundLogin": false,
"soundNewNotification": true,
"soundVolumeChanged": true,
"soundPluggedIn": true,
@@ -286,6 +296,10 @@
"qtThemingEnabled": false,
"syncModeWithPortal": true,
"terminalsAlwaysDark": true,
"muxType": "tmux",
"muxUseCustomCommand": false,
"muxCustomCommand": "",
"muxSessionFilter": "",
"runDmsMatugenTemplates": true,
"matugenTemplateGtk": true,
"matugenTemplateNiri": false,
@@ -308,10 +322,23 @@
"matugenTemplateKcolorscheme": true,
"matugenTemplateVscode": false,
"matugenTemplateEmacs": false,
"matugenTemplateZed": true,
"matugenTemplateNeovimSettings": {
"dark": {
"baseTheme": "github_dark",
"harmony": 0.5
},
"light": {
"baseTheme": "github_light",
"harmony": 0.5
}
},
"matugenTemplateNeovimSetBackground": true,
"showDock": false,
"dockAutoHide": false,
"dockSmartAutoHide": false,
"dockGroupByApp": false,
"dockRestoreSpecialWorkspaceOnClick": false,
"dockOpenOnOverview": false,
"dockPosition": 2,
"dockSpacing": 4,
@@ -372,6 +399,7 @@
"notificationHistorySaveNormal": true,
"notificationHistorySaveCritical": true,
"notificationRules": [],
"notificationFocusedMonitor": false,
"osdAlwaysShowValue": false,
"osdPosition": 5,
"osdVolumeEnabled": true,
@@ -585,5 +613,5 @@
"clipboardEnterToPaste": false,
"launcherPluginVisibility": {},
"launcherPluginOrder": [],
"configVersion": 6
"configVersion": 5
}
+4 -3
View File
@@ -205,9 +205,10 @@ $ws = workspace
$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
$set_ws_layout = $HOME/nixos/configs/hypr/set-ws-layout.sh
$colorpick = hyprpicker -a -f hex
#$colorpick = hyprpicker -a -f hex
$colorpick = dms ipc call color-picker toggleInstant
$emacs = emacsclient -c -a 'emacs'
$discord = discord --enable-blink-features=MiddleClickAutoscroll
@@ -268,7 +269,7 @@ $mainCtrlShift = $mainCtrl SHIFT
binde = $mainMod, left, resizeactive, -10 0
binde = $mainMod, up, resizeactive, 0 -10
binde = $mainMod, down, resizeactive, 0 10
bind = $mainCtrl, S, exec, $HOME/personal/nixos/configs/hypr/ws-layout-toggle.sh
bind = $mainCtrl, S, exec, $HOME/nixos/configs/hypr/ws-layout-toggle.sh
bind = $mainCtrl, Q, exec, $lock
bind = $mainMod, F4, exit,