mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
Merge branch 'master' of https://github.com/szymon-jozef/amazing-dotfiles
This commit is contained in:
@@ -56,7 +56,7 @@ in
|
||||
"col.inactive_border" = "$overlay1";
|
||||
resize_on_border = false;
|
||||
allow_tearing = false;
|
||||
layout = if isNixOS then "scrolling" else "dwindle"; # i use hyprland-git on nixos
|
||||
layout = "scrolling";
|
||||
};
|
||||
|
||||
animations = {
|
||||
@@ -174,6 +174,7 @@ in
|
||||
|
||||
workspace = [
|
||||
"1, monitor:DP-2"
|
||||
"1, layout: dwindle"
|
||||
"2, monitor:DP-1"
|
||||
"3, monitor:DP-1"
|
||||
"4, monitor:DP-1"
|
||||
@@ -350,8 +351,8 @@ in
|
||||
bindd = [
|
||||
"$mainMod, F, Make app fullscreen, fullscreen"
|
||||
"$mainMod, T, Toggle floating, togglefloating"
|
||||
"$mainMod, P, Toggle pseudo, pseudo"
|
||||
"$mainMod, S, Toggle split, togglesplit"
|
||||
"$mainMod, S, layoutmsg, swapsplit"
|
||||
"$mainMod, C, layoutmsg, togglesplit"
|
||||
"$mainMod, Q, Kill active window, killactive"
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user