dev: automated commit - 2025-12-01 09:33:02

This commit is contained in:
Mariano Z. 2025-12-01 09:33:02 -03:00
parent 0aface6777
commit 29eb7780bd
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
5 changed files with 435 additions and 432 deletions

View file

@ -6,7 +6,8 @@ binds {
Mod+Shift+T { spawn-sh "~/.local/bin/niri-dev-launcher --no-cache ~/Dev"; }
Mod+U { spawn-sh "~/.local/bin/nscratch -id 'uy.com.mzunino' -s 'alacritty --class=uy.com.mzunino'"; }
Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
Mod+N { spawn-sh "~/.local/bin/sdm-ui.sh dmenu"; }
// Mod+N { spawn-sh "~/.local/bin/sdm-ui.sh dmenu"; }
Mod+N { spawn-sh "qs -c sdm-qs ipc call window toggle"; }
Mod+E { spawn-sh "~/.local/bin/niri-launch-or-focus thunar"; }
Mod+Shift+N { spawn-sh "~/.local/bin/dotedit"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }

View file

@ -1,5 +1,6 @@
spawn-sh-at-startup "easyeffects --gapplication-service"
spawn-at-startup "blueman-applet"
spawn-sh-at-startup "qs -c sdm-qs"
spawn-at-startup "nm-applet"
spawn-at-startup "nm-applet"
spawn-at-startup "zen-twilight"

View file

@ -9,6 +9,7 @@ window-rule {
window-rule {
match app-id=r#"^com\.mzunino\.dev\."#
open-on-workspace "Dev"
open-maximized true
}
window-rule {

View file

@ -4,7 +4,8 @@
"customLaunchPrefixEnabled": false,
"enableClipPreview": true,
"enableClipboardHistory": true,
"pinnedExecs": [],
"pinnedExecs": [
],
"position": "center",
"sortByMostUsed": true,
"terminalCommand": "alacritty -e",
@ -14,7 +15,8 @@
"audio": {
"cavaFrameRate": 60,
"externalMixer": "pwvucontrol || pavucontrol",
"mprisBlacklist": [],
"mprisBlacklist": [
],
"preferredPlayer": "mpv",
"visualizerQuality": "high",
"visualizerType": "linear",
@ -29,7 +31,8 @@
"floating": false,
"marginHorizontal": 0,
"marginVertical": 0,
"monitors": [],
"monitors": [
],
"outerCorners": false,
"position": "top",
"showCapsule": true,
@ -72,6 +75,7 @@
"id": "ScreenRecorder"
},
{
"deviceNativePath": "",
"displayMode": "alwaysShow",
"id": "Battery",
"warningThreshold": 23
@ -102,11 +106,16 @@
"showUnreadBadge": true
},
{
"blacklist": ["nm-applet", "*blue*"],
"blacklist": [
"nm-applet",
"*blue*"
],
"colorizeIcons": true,
"drawerEnabled": true,
"id": "Tray",
"pinned": ["nm-applet"]
"pinned": [
"nm-applet"
]
}
]
}
@ -210,9 +219,11 @@
"displayMode": "always_visible",
"enabled": false,
"floatingRatio": 0.85,
"monitors": [],
"monitors": [
],
"onlySameOutput": true,
"pinnedApps": [],
"pinnedApps": [
],
"radiusRatio": 1,
"size": 0.89
},
@ -260,7 +271,7 @@
"autoSchedule": true,
"dayTemp": "6500",
"enabled": true,
"forced": false,
"forced": true,
"manualSunrise": "06:30",
"manualSunset": "18:30",
"nightTemp": "4000"
@ -272,7 +283,8 @@
"enabled": true,
"location": "top_right",
"lowUrgencyDuration": 3,
"monitors": [],
"monitors": [
],
"normalUrgencyDuration": 8,
"overlayLayer": true,
"respectExpireTimeout": true
@ -281,9 +293,15 @@
"autoHideMs": 2000,
"backgroundOpacity": 1,
"enabled": true,
"enabledTypes": [0, 1, 2, 3],
"enabledTypes": [
0,
1,
2,
3
],
"location": "left",
"monitors": [],
"monitors": [
],
"overlayLayer": true
},
"screenRecorder": {
@ -359,6 +377,7 @@
"cava": false,
"code": false,
"discord": true,
"emacs": false,
"enableUserTemplates": false,
"foot": false,
"fuzzel": true,
@ -366,6 +385,7 @@
"gtk": true,
"kcolorscheme": true,
"kitty": false,
"niri": false,
"pywalfox": false,
"qt": true,
"spicetify": false,
@ -385,29 +405,13 @@
"tooltipsEnabled": false
},
"wallpaper": {
"defaultWallpaper": "/nix/store/q8gbabnhr8b2r4s57d1pgchqvz0hf0cc-noctalia-shell-76a182a90cd31539019fb3c99f002ea56d028df3/share/noctalia-shell/Assets/Wallpaper/noctalia.png",
"directory": "/home/mzunino/Pictures",
"enableMultiMonitorDirectories": false,
"enabled": true,
"fillColor": "#000000",
"fillMode": "crop",
"hideWallpaperFilenames": false,
"monitors": [
{
"directory": "/home/mzunino/Pictures",
"name": "HDMI-A-1",
"wallpaper": "/home/mzunino/Pictures/wallhaven-721296.jpg"
},
{
"directory": "/home/mzunino/Pictures",
"name": "DP-1",
"wallpaper": "/home/mzunino/Pictures/wallhaven_4d8xe3.jpg"
},
{
"directory": "/home/mzunino/Pictures",
"name": "eDP-1",
"wallpaper": "/home/mzunino/Pictures/wallhaven-555609.jpg"
}
"monitorDirectories": [
],
"overviewEnabled": true,
"panelPosition": "follow_bar",

View file

@ -4,11 +4,7 @@ if [ -z "$TMUX" ]; then
elif [ -z "$DISPLAY" ]; then
:
else
if command -v timeout >/dev/null 2>&1; then
if timeout 0.1 sh -c 'tmux ls >/dev/null 2>&1' 2>/dev/null; then
tmux attach -t default 2>/dev/null || tmux new -s default
fi
elif tmux ls >/dev/null 2>&1; then
if command -v tmux >/dev/null 2>&1; then
tmux attach -t default 2>/dev/null || tmux new -s default
fi
fi