a lot of changes...
This commit is contained in:
parent
d320410242
commit
bca3a99f9d
21 changed files with 1858 additions and 674 deletions
|
@ -84,6 +84,8 @@ in
|
|||
"audio/flac" = "mpv-slow.desktop";
|
||||
"audio/wav" = "mpv-slow.desktop";
|
||||
"audio/opus" = "mpv-slow.desktop";
|
||||
"audio/x-opus" = "mpv-slow.desktop";
|
||||
"audio/x-opus+ogg" = "mpv-slow.desktop";
|
||||
};
|
||||
defaultApplications = {
|
||||
"video/mp4" = "mpv.desktop";
|
||||
|
|
|
@ -81,7 +81,7 @@ in
|
|||
'';
|
||||
};
|
||||
home.file.".config/hypr/hyprpaper.conf" = {
|
||||
source = if laptop then /home/chris/.dotfiles/.config/hypr/hyprpaper.conf else /home/chris/.dotfiles/.config/hypr/hyprpaper.conf;
|
||||
source = ../../.config/hypr/hyprpaper.conf;
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
@ -132,7 +132,7 @@ in
|
|||
|
||||
#damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
|
||||
layout = "master";
|
||||
no_cursor_warps = false;
|
||||
# no_cursor_warps = false;
|
||||
};
|
||||
|
||||
gestures = {
|
||||
|
@ -186,7 +186,7 @@ in
|
|||
master = {
|
||||
special_scale_factor = 0.8;
|
||||
mfact = 0.65;
|
||||
new_is_master = false;
|
||||
# new_is_master = false;
|
||||
new_on_top = false;
|
||||
};
|
||||
|
||||
|
@ -252,8 +252,8 @@ in
|
|||
"SUPER,j,layoutmsg,cyclenext"
|
||||
"SUPERSHIFT,h,movewindow,l"
|
||||
"SUPERSHIFT,l,movewindow,r"
|
||||
"SUPERSHIFTALT,h,layoutmsg,addmaster"
|
||||
"SUPERSHIFTALT,l,layoutmsg,addmaster"
|
||||
"SUPERALT,j,layoutmsg,orientationnext"
|
||||
"SUPERALT,k,layoutmsg,orientationprev"
|
||||
"SUPERSHIFT,k,layoutmsg,swapprev"
|
||||
"SUPERSHIFT,j,layoutmsg,swapnext"
|
||||
"SUPERCTRL,l,splitratio,+0.05"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue