removing some cosmic stuff and fixing lots of things
This commit is contained in:
parent
e3e6cbe1b4
commit
17a592dc12
5 changed files with 40 additions and 32 deletions
|
@ -45,7 +45,7 @@ in {
|
|||
enable = true;
|
||||
config = {
|
||||
common = {
|
||||
default = [ pkgs.kdePackages.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-cosmic ];
|
||||
default = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
||||
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
|
||||
};
|
||||
hyprland = {
|
||||
|
@ -53,7 +53,7 @@ in {
|
|||
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
|
||||
};
|
||||
};
|
||||
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-cosmic ];
|
||||
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
||||
};
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
|
|
|
@ -109,7 +109,7 @@ in
|
|||
"special,monitor:DP-1,1,default:true"
|
||||
];
|
||||
input = {
|
||||
repeat_rate = 140;
|
||||
repeat_rate = 180;
|
||||
repeat_delay = 180;
|
||||
natural_scroll = 0;
|
||||
|
||||
|
@ -221,6 +221,7 @@ in
|
|||
mouse_move_enables_dpms = true;
|
||||
key_press_enables_dpms = true;
|
||||
disable_hyprland_logo = true;
|
||||
anr_missed_pings = 10;
|
||||
};
|
||||
|
||||
# example window rules
|
||||
|
@ -269,6 +270,7 @@ in
|
|||
];
|
||||
|
||||
# example binds
|
||||
binds.scroll_event_delay = 10;
|
||||
bind = [
|
||||
"SUPER,RETURN,exec,alacritty"
|
||||
"SUPER,C,killactive,"
|
||||
|
@ -281,12 +283,15 @@ in
|
|||
"SUPER,v,exec,cliphist list | rofi -p ' ' -dmenu | cliphist decode | wl-copy"
|
||||
"SUPER,B,exec,/home/chris/bin/qblof"
|
||||
"SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer"
|
||||
"SUPERCTRL,i,exec,alacritty --class btop -e btop"
|
||||
"SUPER,i,exec,alacritty --class btop -e btop"
|
||||
"SUPERSHIFT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m region"
|
||||
"SUPERALT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m window"
|
||||
"SUPERCTRL,p,exec,${pkgs.hyprshot}/bin/hyprshot -m active"
|
||||
"SUPERSHIFT,mouse_down,exec,zoomin in"
|
||||
"SUPERSHIFT,mouse_up,exec,zoomin out"
|
||||
"SUPER, mouse_down, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 * 1.1}')"
|
||||
"SUPER, mouse_up, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 * 0.9}')"
|
||||
|
||||
"SUPERALT,r,exec,zoomin in"
|
||||
"SUPERALT,m,exec,zoomin out"
|
||||
"SUPERALT,f,exec,hyprctl keyword cursor:zoom_factor 1.0"
|
||||
|
@ -341,7 +346,6 @@ in
|
|||
|
||||
"SUPER,o,movewindow,mon:l"
|
||||
"SUPER,y,togglespecialworkspace"
|
||||
"SUPER,i,movewindow,left"
|
||||
"SUPERSHIFT,p,pin"
|
||||
"SUPER,n,movetoworkspace,special"
|
||||
"SUPERALT,a,movetoworkspace,special:agenda"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue