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",
|
||||
"widgetColorMode": "default",
|
||||
"controlCenterTileColorMode": "primary",
|
||||
"buttonColorMode": "primary",
|
||||
"cornerRadius": 0,
|
||||
"niriLayoutGapsOverride": -1,
|
||||
"niriLayoutRadiusOverride": -1,
|
||||
|
|
@ -21,6 +22,8 @@
|
|||
"mangoLayoutGapsOverride": -1,
|
||||
"mangoLayoutRadiusOverride": -1,
|
||||
"mangoLayoutBorderSize": -1,
|
||||
"firstDayOfWeek": -1,
|
||||
"showWeekNumber": false,
|
||||
"use24HourClock": false,
|
||||
"showSeconds": false,
|
||||
"padHours12Hour": false,
|
||||
|
|
@ -29,6 +32,21 @@
|
|||
"nightModeEnabled": false,
|
||||
"animationSpeed": 4,
|
||||
"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",
|
||||
"blurredWallpaperLayer": true,
|
||||
"blurWallpaperOnOverview": false,
|
||||
|
|
@ -130,6 +148,7 @@
|
|||
"showWorkspacePadding": false,
|
||||
"workspaceScrolling": false,
|
||||
"showWorkspaceApps": false,
|
||||
"workspaceDragReorder": true,
|
||||
"maxWorkspaceIcons": 3,
|
||||
"workspaceAppIconSizeOffset": 0,
|
||||
"groupWorkspaceApps": true,
|
||||
|
|
@ -137,6 +156,7 @@
|
|||
"showOccupiedWorkspacesOnly": false,
|
||||
"reverseScrolling": false,
|
||||
"dwlShowAllTags": false,
|
||||
"workspaceActiveAppHighlightEnabled": false,
|
||||
"workspaceColorMode": "default",
|
||||
"workspaceOccupiedColorMode": "none",
|
||||
"workspaceUnfocusedColorMode": "default",
|
||||
|
|
@ -149,15 +169,23 @@
|
|||
"scrollTitleEnabled": true,
|
||||
"audioVisualizerEnabled": true,
|
||||
"audioScrollMode": "volume",
|
||||
"audioWheelScrollAmount": 5,
|
||||
"clockCompactMode": false,
|
||||
"focusedWindowCompactMode": false,
|
||||
"runningAppsCompactMode": true,
|
||||
"barMaxVisibleApps": 0,
|
||||
"barMaxVisibleRunningApps": 0,
|
||||
"barShowOverflowBadge": true,
|
||||
"appsDockHideIndicators": false,
|
||||
"appsDockColorizeActive": false,
|
||||
"appsDockActiveColorMode": "primary",
|
||||
"appsDockEnlargeOnHover": false,
|
||||
"appsDockEnlargePercentage": 125,
|
||||
"appsDockIconSizePercentage": 100,
|
||||
"keyboardLayoutNameCompactMode": false,
|
||||
"runningAppsCurrentWorkspace": false,
|
||||
"runningAppsGroupByApp": false,
|
||||
"runningAppsCurrentMonitor": false,
|
||||
"appIdSubstitutions": [
|
||||
{
|
||||
"pattern": "Spotify",
|
||||
|
|
@ -188,6 +216,17 @@
|
|||
"centeringMode": "index",
|
||||
"clockDateFormat": "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,
|
||||
"appLauncherViewMode": "grid",
|
||||
"spotlightModalViewMode": "grid",
|
||||
|
|
@ -208,6 +247,7 @@
|
|||
"dankLauncherV2BorderThickness": 2,
|
||||
"dankLauncherV2BorderColor": "primary",
|
||||
"dankLauncherV2ShowFooter": false,
|
||||
"dankLauncherV2UnloadOnClose": false,
|
||||
"useAutoLocation": true,
|
||||
"weatherEnabled": true,
|
||||
"networkPreference": "wifi",
|
||||
|
|
@ -286,6 +326,10 @@
|
|||
"qtThemingEnabled": false,
|
||||
"syncModeWithPortal": true,
|
||||
"terminalsAlwaysDark": false,
|
||||
"muxType": "tmux",
|
||||
"muxUseCustomCommand": false,
|
||||
"muxCustomCommand": "",
|
||||
"muxSessionFilter": "",
|
||||
"runDmsMatugenTemplates": true,
|
||||
"matugenTemplateGtk": true,
|
||||
"matugenTemplateNiri": true,
|
||||
|
|
@ -308,10 +352,22 @@
|
|||
"matugenTemplateKcolorscheme": true,
|
||||
"matugenTemplateVscode": false,
|
||||
"matugenTemplateEmacs": false,
|
||||
"matugenTemplateZed": true,
|
||||
"matugenTemplateNeovimSettings": {
|
||||
"dark": {
|
||||
"baseTheme": "github_dark",
|
||||
"harmony": 0.5
|
||||
},
|
||||
"light": {
|
||||
"baseTheme": "github_light",
|
||||
"harmony": 0.5
|
||||
}
|
||||
},
|
||||
"showDock": false,
|
||||
"dockAutoHide": false,
|
||||
"dockSmartAutoHide": true,
|
||||
"dockGroupByApp": true,
|
||||
"dockRestoreSpecialWorkspaceOnClick": false,
|
||||
"dockOpenOnOverview": false,
|
||||
"dockPosition": 1,
|
||||
"dockSpacing": 4,
|
||||
|
|
@ -335,6 +391,8 @@
|
|||
"dockMaxVisibleRunningApps": 0,
|
||||
"dockShowOverflowBadge": true,
|
||||
"notificationOverlayEnabled": false,
|
||||
"notificationPopupShadowEnabled": true,
|
||||
"notificationPopupPrivacyMode": false,
|
||||
"modalDarkenBackground": true,
|
||||
"lockScreenShowPowerActions": true,
|
||||
"lockScreenShowSystemIcons": true,
|
||||
|
|
@ -344,27 +402,38 @@
|
|||
"lockScreenShowPasswordField": true,
|
||||
"lockScreenShowMediaPlayer": true,
|
||||
"lockScreenPowerOffMonitorsOnLock": false,
|
||||
"lockAtStartup": false,
|
||||
"enableFprint": false,
|
||||
"maxFprintTries": 15,
|
||||
"enableU2f": false,
|
||||
"u2fMode": "or",
|
||||
"lockScreenActiveMonitor": "all",
|
||||
"lockScreenInactiveColor": "#000000",
|
||||
"lockScreenNotificationMode": 0,
|
||||
"lockScreenVideoEnabled": false,
|
||||
"lockScreenVideoPath": "",
|
||||
"lockScreenVideoCycling": false,
|
||||
"hideBrightnessSlider": false,
|
||||
"notificationTimeoutLow": 5000,
|
||||
"notificationTimeoutNormal": 5000,
|
||||
"notificationTimeoutCritical": 0,
|
||||
"notificationCompactMode": true,
|
||||
"notificationPopupPosition": -1,
|
||||
"notificationAnimationSpeed": 1,
|
||||
"notificationCustomAnimationDuration": 400,
|
||||
"notificationHistoryEnabled": true,
|
||||
"notificationHistoryMaxCount": 50,
|
||||
"notificationHistoryMaxAgeDays": 7,
|
||||
"notificationHistorySaveLow": true,
|
||||
"notificationHistorySaveNormal": true,
|
||||
"notificationHistorySaveCritical": true,
|
||||
"notificationRules": [],
|
||||
"notificationFocusedMonitor": false,
|
||||
"osdAlwaysShowValue": false,
|
||||
"osdPosition": 5,
|
||||
"osdVolumeEnabled": true,
|
||||
"osdMediaVolumeEnabled": true,
|
||||
"osdMediaPlaybackEnabled": false,
|
||||
"osdBrightnessEnabled": true,
|
||||
"osdIdleInhibitorEnabled": true,
|
||||
"osdMicMuteEnabled": true,
|
||||
|
|
@ -416,6 +485,11 @@
|
|||
}
|
||||
},
|
||||
"hyprlandOutputSettings": {},
|
||||
"displayProfiles": {},
|
||||
"activeDisplayProfile": {},
|
||||
"displayProfileAutoSelect": false,
|
||||
"displayShowDisconnected": false,
|
||||
"displaySnapToEdge": true,
|
||||
"barConfigs": [
|
||||
{
|
||||
"id": "default",
|
||||
|
|
@ -685,6 +759,7 @@
|
|||
"enabled": false
|
||||
}
|
||||
},
|
||||
"clipboardEnterToPaste": false,
|
||||
"launcherPluginVisibility": {
|
||||
"emojiLauncher": {
|
||||
"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_TEMPLATES_DIR "$HOME/dcim/templates"
|
||||
set -Ux XDG_PUBLICSHARE_DIR "$HOME/dcim/public"
|
||||
set -Ux XDG_DOCUMENTS_DIR "$HOME/dcim/documents"
|
||||
set -Ux XDG_MUSIC_DIR "$HOME/dcim/music"
|
||||
set -Ux XDG_PICTURES_DIR "$HOME/dcim/pictures"
|
||||
set -Ux XDG_VIDEOS_DIR "$HOME/dcim/videos"
|
||||
set -Ux XDG_TEMPLATES_DIR "$HOME/"
|
||||
set -Ux XDG_PUBLICSHARE_DIR "$HOME/"
|
||||
set -Ux XDG_DOCUMENTS_DIR "$HOME/documents"
|
||||
set -Ux XDG_MUSIC_DIR "$HOME/music"
|
||||
set -Ux XDG_PICTURES_DIR "$HOME/pictures"
|
||||
set -Ux XDG_VIDEOS_DIR "$HOME/videos"
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ window-rule {
|
|||
|
||||
// Always floating.
|
||||
window-rule {
|
||||
match app-id="zenity"
|
||||
match app-id=r#"org.quickshell$"#
|
||||
match title="[Rr]une[Ll]ite"
|
||||
match title="[Bb]olt [Ll]auncher"
|
||||
|
|
@ -44,3 +45,11 @@ window-rule {
|
|||
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