Changed fm back to nautilus & changed mouse focus behaviour

This commit is contained in:
2026-01-01 14:46:15 +01:00
parent 78631cec28
commit fbf248ea0d
6 changed files with 142 additions and 141 deletions

View File

@@ -71,7 +71,7 @@ input {
// Focus windows and outputs automatically when moving the mouse into them.
// Setting max-scroll-amount="0%" makes it work only on windows already fully on screen.
focus-follows-mouse max-scroll-amount="50%"
// focus-follows-mouse max-scroll-amount="50%"
}
// You can configure outputs by their name, which you can find
@@ -422,7 +422,7 @@ binds {
Mod+Return hotkey-overlay-title="Open a Terminal: GhosTTY" { spawn "ghostty"; }
// Mod+Space hotkey-overlay-title="Run an Application: wofi" { spawn-sh "wofi --show drun"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
Mod+E hotkey-overlay-title="Open file manager: Dolphin" { spawn "dolphin"; }
Mod+E hotkey-overlay-title="Open file manager: Nautilus" { spawn "nautilus"; }
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
// Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`.
// For example, this is a standard bind to toggle the screen reader (orca).

View File

@@ -2,15 +2,15 @@ layout {
background-color "transparent"
focus-ring {
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
active-color "#d2bbff"
inactive-color "#919191"
urgent-color "#ffb4ab"
}
border {
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
active-color "#d2bbff"
inactive-color "#919191"
urgent-color "#ffb4ab"
}
shadow {
@@ -18,19 +18,19 @@ layout {
}
tab-indicator {
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
active-color "#d2bbff"
inactive-color "#919191"
urgent-color "#ffb4ab"
}
insert-hint {
color "#e91e6380"
color "#d2bbff80"
}
}
recent-windows {
highlight {
active-color "#4a0e2f"
urgent-color "#f2b8b5"
active-color "#523689"
urgent-color "#ffb4ab"
}
}