mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Tried to fix the file manager
This commit is contained in:
parent
a349bf0cf3
commit
b6396b52d9
@ -31,22 +31,22 @@ in
|
|||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"hyprlauncher"
|
"hyprlauncher"
|
||||||
"systemctl --user start hyprpolkitagent"
|
"systemctl --user start hyprpolkitagent"
|
||||||
"awww-daemon"
|
"awww-daemon"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "fr";
|
kb_layout = "fr";
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
follow_mouse = "1";
|
follow_mouse = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Monitor config
|
# Monitor config
|
||||||
monitor = [
|
monitor = [
|
||||||
"HDMI-A-1, 1920x1080@144, 1440x0, 1"
|
"HDMI-A-1, 1920x1080@144, 1440x0, 1"
|
||||||
"DP-1, 1440x900@59.89, 0x0, 1"
|
"DP-1, 1440x900@59.89, 0x0, 1"
|
||||||
", highres, auto, 1"
|
", highres, auto, 1"
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -54,12 +54,12 @@ in
|
|||||||
workspace = [
|
workspace = [
|
||||||
"1, default:true, persistent:true"
|
"1, default:true, persistent:true"
|
||||||
"2, monitor:HDMI-A-1"
|
"2, monitor:HDMI-A-1"
|
||||||
"3, monitor:HDMI-A-1"
|
"3, monitor:HDMI-A-1"
|
||||||
"4, monitor:HDMI-A-1"
|
"4, monitor:HDMI-A-1"
|
||||||
"5, monitor:HDMI-A-1"
|
"5, monitor:HDMI-A-1"
|
||||||
"6, monitor:DP-1"
|
"6, monitor:DP-1"
|
||||||
"7, monitor:DP-1"
|
"7, monitor:DP-1"
|
||||||
"8, monitor:DP-1"
|
"8, monitor:DP-1"
|
||||||
"9, monitor:DP-1"
|
"9, monitor:DP-1"
|
||||||
"10, monitor:DP-1"
|
"10, monitor:DP-1"
|
||||||
|
|
||||||
@ -69,10 +69,10 @@ in
|
|||||||
bind = workspaceBinds ++ [
|
bind = workspaceBinds ++ [
|
||||||
# Launch binds
|
# Launch binds
|
||||||
"$mod, Q, killactive"
|
"$mod, Q, killactive"
|
||||||
"$mod, RETURN, exec, $term"
|
"$mod, RETURN, exec, $term"
|
||||||
"$mod, M, exit"
|
"$mod, M, exit"
|
||||||
"$mod, R, exec, $launcher2"
|
"$mod, R, exec, $launcher2"
|
||||||
"$mod SHIFT, F, exec, $browser"
|
"$mod SHIFT, F, exec, $browser"
|
||||||
"$mod, E, exec, $fileManager"
|
"$mod, E, exec, $fileManager"
|
||||||
"$mod, F, fullscreen"
|
"$mod, F, fullscreen"
|
||||||
"$mod, PRINT, exec, $screenShot"
|
"$mod, PRINT, exec, $screenShot"
|
||||||
@ -92,15 +92,16 @@ in
|
|||||||
# Mouse binds
|
# Mouse binds
|
||||||
bindm = [
|
bindm = [
|
||||||
"$mod, mouse:272, movewindow"
|
"$mod, mouse:272, movewindow"
|
||||||
"$mod, mouse: 273, resizewindow"
|
"$mod, mouse: 273, resizewindow"
|
||||||
];
|
];
|
||||||
|
|
||||||
bindl = [
|
bindl = [
|
||||||
", XF86AudioPause, exec, playerctl play-pause"
|
", XF86AudioPause, exec, playerctl play-pause"
|
||||||
", XF86AudioPlay, exec, playerctl play-pause"
|
", XF86AudioPlay, exec, playerctl play-pause"
|
||||||
", XF86AudioRaiseVolume, exec, VolumeManager up"
|
# Audio
|
||||||
", XF86AudioLowerVolume, exec, VolumeManager down"
|
", XF86AudioRaiseVolume, exec, VolumeManager up"
|
||||||
", XF86AudioMute, exec, VolumeManager mute"
|
", XF86AudioLowerVolume, exec, VolumeManager down"
|
||||||
|
", XF86AudioMute, exec, VolumeManager mute"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Layout config
|
# Layout config
|
||||||
@ -110,9 +111,8 @@ in
|
|||||||
|
|
||||||
dwindle = {
|
dwindle = {
|
||||||
force_split = 0;
|
force_split = 0;
|
||||||
preserve_split = true;
|
preserve_split = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user