Update .config/DankMaterialShell/settings.json
Update .config/fish/user-dirs.fish Update .config/niri/windowrules.kdl
This commit is contained in:
parent
87385dd415
commit
0358e7d8c1
3 changed files with 91 additions and 7 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
"widgetBackgroundColor": "sch",
|
"widgetBackgroundColor": "sch",
|
||||||
"widgetColorMode": "default",
|
"widgetColorMode": "default",
|
||||||
"controlCenterTileColorMode": "primary",
|
"controlCenterTileColorMode": "primary",
|
||||||
|
"buttonColorMode": "primary",
|
||||||
"cornerRadius": 0,
|
"cornerRadius": 0,
|
||||||
"niriLayoutGapsOverride": -1,
|
"niriLayoutGapsOverride": -1,
|
||||||
"niriLayoutRadiusOverride": -1,
|
"niriLayoutRadiusOverride": -1,
|
||||||
|
|
@ -21,6 +22,8 @@
|
||||||
"mangoLayoutGapsOverride": -1,
|
"mangoLayoutGapsOverride": -1,
|
||||||
"mangoLayoutRadiusOverride": -1,
|
"mangoLayoutRadiusOverride": -1,
|
||||||
"mangoLayoutBorderSize": -1,
|
"mangoLayoutBorderSize": -1,
|
||||||
|
"firstDayOfWeek": -1,
|
||||||
|
"showWeekNumber": false,
|
||||||
"use24HourClock": false,
|
"use24HourClock": false,
|
||||||
"showSeconds": false,
|
"showSeconds": false,
|
||||||
"padHours12Hour": false,
|
"padHours12Hour": false,
|
||||||
|
|
@ -29,6 +32,21 @@
|
||||||
"nightModeEnabled": false,
|
"nightModeEnabled": false,
|
||||||
"animationSpeed": 4,
|
"animationSpeed": 4,
|
||||||
"customAnimationDuration": 100,
|
"customAnimationDuration": 100,
|
||||||
|
"syncComponentAnimationSpeeds": true,
|
||||||
|
"popoutAnimationSpeed": 1,
|
||||||
|
"popoutCustomAnimationDuration": 150,
|
||||||
|
"modalAnimationSpeed": 1,
|
||||||
|
"modalCustomAnimationDuration": 150,
|
||||||
|
"enableRippleEffects": true,
|
||||||
|
"m3ElevationEnabled": true,
|
||||||
|
"m3ElevationIntensity": 12,
|
||||||
|
"m3ElevationOpacity": 30,
|
||||||
|
"m3ElevationColorMode": "default",
|
||||||
|
"m3ElevationLightDirection": "top",
|
||||||
|
"m3ElevationCustomColor": "#000000",
|
||||||
|
"modalElevationEnabled": true,
|
||||||
|
"popoutElevationEnabled": true,
|
||||||
|
"barElevationEnabled": true,
|
||||||
"wallpaperFillMode": "Fill",
|
"wallpaperFillMode": "Fill",
|
||||||
"blurredWallpaperLayer": true,
|
"blurredWallpaperLayer": true,
|
||||||
"blurWallpaperOnOverview": false,
|
"blurWallpaperOnOverview": false,
|
||||||
|
|
@ -130,6 +148,7 @@
|
||||||
"showWorkspacePadding": false,
|
"showWorkspacePadding": false,
|
||||||
"workspaceScrolling": false,
|
"workspaceScrolling": false,
|
||||||
"showWorkspaceApps": false,
|
"showWorkspaceApps": false,
|
||||||
|
"workspaceDragReorder": true,
|
||||||
"maxWorkspaceIcons": 3,
|
"maxWorkspaceIcons": 3,
|
||||||
"workspaceAppIconSizeOffset": 0,
|
"workspaceAppIconSizeOffset": 0,
|
||||||
"groupWorkspaceApps": true,
|
"groupWorkspaceApps": true,
|
||||||
|
|
@ -137,6 +156,7 @@
|
||||||
"showOccupiedWorkspacesOnly": false,
|
"showOccupiedWorkspacesOnly": false,
|
||||||
"reverseScrolling": false,
|
"reverseScrolling": false,
|
||||||
"dwlShowAllTags": false,
|
"dwlShowAllTags": false,
|
||||||
|
"workspaceActiveAppHighlightEnabled": false,
|
||||||
"workspaceColorMode": "default",
|
"workspaceColorMode": "default",
|
||||||
"workspaceOccupiedColorMode": "none",
|
"workspaceOccupiedColorMode": "none",
|
||||||
"workspaceUnfocusedColorMode": "default",
|
"workspaceUnfocusedColorMode": "default",
|
||||||
|
|
@ -149,15 +169,23 @@
|
||||||
"scrollTitleEnabled": true,
|
"scrollTitleEnabled": true,
|
||||||
"audioVisualizerEnabled": true,
|
"audioVisualizerEnabled": true,
|
||||||
"audioScrollMode": "volume",
|
"audioScrollMode": "volume",
|
||||||
|
"audioWheelScrollAmount": 5,
|
||||||
"clockCompactMode": false,
|
"clockCompactMode": false,
|
||||||
"focusedWindowCompactMode": false,
|
"focusedWindowCompactMode": false,
|
||||||
"runningAppsCompactMode": true,
|
"runningAppsCompactMode": true,
|
||||||
"barMaxVisibleApps": 0,
|
"barMaxVisibleApps": 0,
|
||||||
"barMaxVisibleRunningApps": 0,
|
"barMaxVisibleRunningApps": 0,
|
||||||
"barShowOverflowBadge": true,
|
"barShowOverflowBadge": true,
|
||||||
|
"appsDockHideIndicators": false,
|
||||||
|
"appsDockColorizeActive": false,
|
||||||
|
"appsDockActiveColorMode": "primary",
|
||||||
|
"appsDockEnlargeOnHover": false,
|
||||||
|
"appsDockEnlargePercentage": 125,
|
||||||
|
"appsDockIconSizePercentage": 100,
|
||||||
"keyboardLayoutNameCompactMode": false,
|
"keyboardLayoutNameCompactMode": false,
|
||||||
"runningAppsCurrentWorkspace": false,
|
"runningAppsCurrentWorkspace": false,
|
||||||
"runningAppsGroupByApp": false,
|
"runningAppsGroupByApp": false,
|
||||||
|
"runningAppsCurrentMonitor": false,
|
||||||
"appIdSubstitutions": [
|
"appIdSubstitutions": [
|
||||||
{
|
{
|
||||||
"pattern": "Spotify",
|
"pattern": "Spotify",
|
||||||
|
|
@ -188,6 +216,17 @@
|
||||||
"centeringMode": "index",
|
"centeringMode": "index",
|
||||||
"clockDateFormat": "dddd, MMMM d",
|
"clockDateFormat": "dddd, MMMM d",
|
||||||
"lockDateFormat": "dddd, MMMM d",
|
"lockDateFormat": "dddd, MMMM d",
|
||||||
|
"greeterRememberLastSession": true,
|
||||||
|
"greeterRememberLastUser": true,
|
||||||
|
"greeterEnableFprint": false,
|
||||||
|
"greeterEnableU2f": false,
|
||||||
|
"greeterWallpaperPath": "",
|
||||||
|
"greeterUse24HourClock": true,
|
||||||
|
"greeterShowSeconds": false,
|
||||||
|
"greeterPadHours12Hour": false,
|
||||||
|
"greeterLockDateFormat": "",
|
||||||
|
"greeterFontFamily": "",
|
||||||
|
"greeterWallpaperFillMode": "",
|
||||||
"mediaSize": 1,
|
"mediaSize": 1,
|
||||||
"appLauncherViewMode": "grid",
|
"appLauncherViewMode": "grid",
|
||||||
"spotlightModalViewMode": "grid",
|
"spotlightModalViewMode": "grid",
|
||||||
|
|
@ -208,6 +247,7 @@
|
||||||
"dankLauncherV2BorderThickness": 2,
|
"dankLauncherV2BorderThickness": 2,
|
||||||
"dankLauncherV2BorderColor": "primary",
|
"dankLauncherV2BorderColor": "primary",
|
||||||
"dankLauncherV2ShowFooter": false,
|
"dankLauncherV2ShowFooter": false,
|
||||||
|
"dankLauncherV2UnloadOnClose": false,
|
||||||
"useAutoLocation": true,
|
"useAutoLocation": true,
|
||||||
"weatherEnabled": true,
|
"weatherEnabled": true,
|
||||||
"networkPreference": "wifi",
|
"networkPreference": "wifi",
|
||||||
|
|
@ -286,6 +326,10 @@
|
||||||
"qtThemingEnabled": false,
|
"qtThemingEnabled": false,
|
||||||
"syncModeWithPortal": true,
|
"syncModeWithPortal": true,
|
||||||
"terminalsAlwaysDark": false,
|
"terminalsAlwaysDark": false,
|
||||||
|
"muxType": "tmux",
|
||||||
|
"muxUseCustomCommand": false,
|
||||||
|
"muxCustomCommand": "",
|
||||||
|
"muxSessionFilter": "",
|
||||||
"runDmsMatugenTemplates": true,
|
"runDmsMatugenTemplates": true,
|
||||||
"matugenTemplateGtk": true,
|
"matugenTemplateGtk": true,
|
||||||
"matugenTemplateNiri": true,
|
"matugenTemplateNiri": true,
|
||||||
|
|
@ -308,10 +352,22 @@
|
||||||
"matugenTemplateKcolorscheme": true,
|
"matugenTemplateKcolorscheme": true,
|
||||||
"matugenTemplateVscode": false,
|
"matugenTemplateVscode": false,
|
||||||
"matugenTemplateEmacs": false,
|
"matugenTemplateEmacs": false,
|
||||||
|
"matugenTemplateZed": true,
|
||||||
|
"matugenTemplateNeovimSettings": {
|
||||||
|
"dark": {
|
||||||
|
"baseTheme": "github_dark",
|
||||||
|
"harmony": 0.5
|
||||||
|
},
|
||||||
|
"light": {
|
||||||
|
"baseTheme": "github_light",
|
||||||
|
"harmony": 0.5
|
||||||
|
}
|
||||||
|
},
|
||||||
"showDock": false,
|
"showDock": false,
|
||||||
"dockAutoHide": false,
|
"dockAutoHide": false,
|
||||||
"dockSmartAutoHide": true,
|
"dockSmartAutoHide": true,
|
||||||
"dockGroupByApp": true,
|
"dockGroupByApp": true,
|
||||||
|
"dockRestoreSpecialWorkspaceOnClick": false,
|
||||||
"dockOpenOnOverview": false,
|
"dockOpenOnOverview": false,
|
||||||
"dockPosition": 1,
|
"dockPosition": 1,
|
||||||
"dockSpacing": 4,
|
"dockSpacing": 4,
|
||||||
|
|
@ -335,6 +391,8 @@
|
||||||
"dockMaxVisibleRunningApps": 0,
|
"dockMaxVisibleRunningApps": 0,
|
||||||
"dockShowOverflowBadge": true,
|
"dockShowOverflowBadge": true,
|
||||||
"notificationOverlayEnabled": false,
|
"notificationOverlayEnabled": false,
|
||||||
|
"notificationPopupShadowEnabled": true,
|
||||||
|
"notificationPopupPrivacyMode": false,
|
||||||
"modalDarkenBackground": true,
|
"modalDarkenBackground": true,
|
||||||
"lockScreenShowPowerActions": true,
|
"lockScreenShowPowerActions": true,
|
||||||
"lockScreenShowSystemIcons": true,
|
"lockScreenShowSystemIcons": true,
|
||||||
|
|
@ -344,27 +402,38 @@
|
||||||
"lockScreenShowPasswordField": true,
|
"lockScreenShowPasswordField": true,
|
||||||
"lockScreenShowMediaPlayer": true,
|
"lockScreenShowMediaPlayer": true,
|
||||||
"lockScreenPowerOffMonitorsOnLock": false,
|
"lockScreenPowerOffMonitorsOnLock": false,
|
||||||
|
"lockAtStartup": false,
|
||||||
"enableFprint": false,
|
"enableFprint": false,
|
||||||
"maxFprintTries": 15,
|
"maxFprintTries": 15,
|
||||||
|
"enableU2f": false,
|
||||||
|
"u2fMode": "or",
|
||||||
"lockScreenActiveMonitor": "all",
|
"lockScreenActiveMonitor": "all",
|
||||||
"lockScreenInactiveColor": "#000000",
|
"lockScreenInactiveColor": "#000000",
|
||||||
"lockScreenNotificationMode": 0,
|
"lockScreenNotificationMode": 0,
|
||||||
|
"lockScreenVideoEnabled": false,
|
||||||
|
"lockScreenVideoPath": "",
|
||||||
|
"lockScreenVideoCycling": false,
|
||||||
"hideBrightnessSlider": false,
|
"hideBrightnessSlider": false,
|
||||||
"notificationTimeoutLow": 5000,
|
"notificationTimeoutLow": 5000,
|
||||||
"notificationTimeoutNormal": 5000,
|
"notificationTimeoutNormal": 5000,
|
||||||
"notificationTimeoutCritical": 0,
|
"notificationTimeoutCritical": 0,
|
||||||
"notificationCompactMode": true,
|
"notificationCompactMode": true,
|
||||||
"notificationPopupPosition": -1,
|
"notificationPopupPosition": -1,
|
||||||
|
"notificationAnimationSpeed": 1,
|
||||||
|
"notificationCustomAnimationDuration": 400,
|
||||||
"notificationHistoryEnabled": true,
|
"notificationHistoryEnabled": true,
|
||||||
"notificationHistoryMaxCount": 50,
|
"notificationHistoryMaxCount": 50,
|
||||||
"notificationHistoryMaxAgeDays": 7,
|
"notificationHistoryMaxAgeDays": 7,
|
||||||
"notificationHistorySaveLow": true,
|
"notificationHistorySaveLow": true,
|
||||||
"notificationHistorySaveNormal": true,
|
"notificationHistorySaveNormal": true,
|
||||||
"notificationHistorySaveCritical": true,
|
"notificationHistorySaveCritical": true,
|
||||||
|
"notificationRules": [],
|
||||||
|
"notificationFocusedMonitor": false,
|
||||||
"osdAlwaysShowValue": false,
|
"osdAlwaysShowValue": false,
|
||||||
"osdPosition": 5,
|
"osdPosition": 5,
|
||||||
"osdVolumeEnabled": true,
|
"osdVolumeEnabled": true,
|
||||||
"osdMediaVolumeEnabled": true,
|
"osdMediaVolumeEnabled": true,
|
||||||
|
"osdMediaPlaybackEnabled": false,
|
||||||
"osdBrightnessEnabled": true,
|
"osdBrightnessEnabled": true,
|
||||||
"osdIdleInhibitorEnabled": true,
|
"osdIdleInhibitorEnabled": true,
|
||||||
"osdMicMuteEnabled": true,
|
"osdMicMuteEnabled": true,
|
||||||
|
|
@ -416,6 +485,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hyprlandOutputSettings": {},
|
"hyprlandOutputSettings": {},
|
||||||
|
"displayProfiles": {},
|
||||||
|
"activeDisplayProfile": {},
|
||||||
|
"displayProfileAutoSelect": false,
|
||||||
|
"displayShowDisconnected": false,
|
||||||
|
"displaySnapToEdge": true,
|
||||||
"barConfigs": [
|
"barConfigs": [
|
||||||
{
|
{
|
||||||
"id": "default",
|
"id": "default",
|
||||||
|
|
@ -685,6 +759,7 @@
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"clipboardEnterToPaste": false,
|
||||||
"launcherPluginVisibility": {
|
"launcherPluginVisibility": {
|
||||||
"emojiLauncher": {
|
"emojiLauncher": {
|
||||||
"allowWithoutTrigger": false
|
"allowWithoutTrigger": false
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
set -Ux XDG_DESKTOP_DIR "$HOME/desktop"
|
set -Ux XDG_DESKTOP_DIR "$HOME/"
|
||||||
set -Ux XDG_DOWNLOAD_DIR "$HOME/downloads"
|
set -Ux XDG_DOWNLOAD_DIR "$HOME/downloads"
|
||||||
set -Ux XDG_TEMPLATES_DIR "$HOME/dcim/templates"
|
set -Ux XDG_TEMPLATES_DIR "$HOME/"
|
||||||
set -Ux XDG_PUBLICSHARE_DIR "$HOME/dcim/public"
|
set -Ux XDG_PUBLICSHARE_DIR "$HOME/"
|
||||||
set -Ux XDG_DOCUMENTS_DIR "$HOME/dcim/documents"
|
set -Ux XDG_DOCUMENTS_DIR "$HOME/documents"
|
||||||
set -Ux XDG_MUSIC_DIR "$HOME/dcim/music"
|
set -Ux XDG_MUSIC_DIR "$HOME/music"
|
||||||
set -Ux XDG_PICTURES_DIR "$HOME/dcim/pictures"
|
set -Ux XDG_PICTURES_DIR "$HOME/pictures"
|
||||||
set -Ux XDG_VIDEOS_DIR "$HOME/dcim/videos"
|
set -Ux XDG_VIDEOS_DIR "$HOME/videos"
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ window-rule {
|
||||||
|
|
||||||
// Always floating.
|
// Always floating.
|
||||||
window-rule {
|
window-rule {
|
||||||
|
match app-id="zenity"
|
||||||
match app-id=r#"org.quickshell$"#
|
match app-id=r#"org.quickshell$"#
|
||||||
match title="[Rr]une[Ll]ite"
|
match title="[Rr]une[Ll]ite"
|
||||||
match title="[Bb]olt [Ll]auncher"
|
match title="[Bb]olt [Ll]auncher"
|
||||||
|
|
@ -44,3 +45,11 @@ window-rule {
|
||||||
min-height 180
|
min-height 180
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Steam and games - float and keep opaque.
|
||||||
|
window-rule {
|
||||||
|
match app-id="steam"
|
||||||
|
match app-id=r#"^steam_app_"#
|
||||||
|
open-floating true
|
||||||
|
opacity 1.0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue