File tree 7 files changed +12
-16
lines changed
7 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1
- { colorschemes , pkgs , ... } : rec {
1
+ { colorschemes , pkgs , ... } : {
2
2
colorScheme = colorschemes . catppuccin ;
3
3
4
4
modules . desktop = {
Original file line number Diff line number Diff line change 36
36
vim.lsp.handlers.signature_help,
37
37
{ border = "${ cfg . border } " }
38
38
)
39
+
40
+ vim.lsp.set_log_level(“off”)
39
41
'' ;
40
42
}
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ lane1=100 128 0
99
99
lane2 =100 -1 0
100
100
lastdrummode =16
101
101
lastsnap =1
102
- lastspac =0.25000000
102
+ lastspac =0.12500000
103
103
lastswing =0.500000
104
104
lastvelhand =0
105
105
midikeystep =0
@@ -114,11 +114,11 @@ quantstrength=100
114
114
quantswingstrength =0.500000
115
115
scnotes =0
116
116
shownotenames =1
117
- window_h =979
117
+ window_h =1011
118
118
window_max =0
119
- window_w =1864
120
- window_x =28
121
- window_y =50
119
+ window_w =1896
120
+ window_x =12
121
+ window_y =34
122
122
123
123
[mp3 encoder defaults]
124
124
default =6C33706D400100000000000002000000FFFFFFFF04000000400100000000000000
Original file line number Diff line number Diff line change 13
13
config = mkIf cfg . enable {
14
14
fonts = {
15
15
enableDefaultPackages = true ;
16
- packages = with pkgs ; [
17
- corefonts
18
- dejavu_fonts
16
+ packages = [
17
+ pkgs . corefonts
18
+ pkgs . dejavu_fonts
19
19
font . package
20
20
] ;
21
21
} ;
Original file line number Diff line number Diff line change 27
27
28
28
home . pointerCursor = {
29
29
package = pkgs . catppuccin-cursors . macchiatoPink ;
30
- name = "Catppuccin-Macchiato-Pink-Cursors " ;
30
+ name = "catppuccin-macchiato-pink-cursors " ;
31
31
32
32
size = 24 ;
33
33
Original file line number Diff line number Diff line change @@ -79,12 +79,6 @@ misc {
79
79
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
80
80
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
81
81
82
- # Wine popups workarounds
83
- # TODO: use wineWowPackages.waylandFull, ditch xwayland
84
- windowrulev2 = stayfocused, title:^(menu)$, class:^yabridge-host.exe.so
85
- windowrulev2 = move onscreen cursor, title:^(menu)$, class:^yabridge-host.exe.so
86
- windowrulev2 = minsize 1 1,title:^(menu)$, class:^yabridge-host.exe.so
87
-
88
82
# note: will blur space behind the bar
89
83
# blurls = waybar
90
84
You can’t perform that action at this time.
0 commit comments