File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1010 "terminal.integrated.fontFamily" : " MesloLGM Nerd Font Mono" ,
1111 "terminal.integrated.defaultProfile.linux" : " fish" ,
1212 "editor.defaultFormatter" : " biomejs.biome" ,
13- "workbench.colorTheme" : " Catppuccin Frappé " ,
13+ "workbench.colorTheme" : " Catppuccin Mocha " ,
1414 "explorer.confirmDragAndDrop" : false ,
1515 "explorer.confirmDelete" : false ,
1616 "[svelte]" : {
Original file line number Diff line number Diff line change 11# Window Rules
22# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
33# lower = higher priority
4+
5+ # Base rules
46windowrulev2 = opacity 0.8, focus: 0
57windowrulev2 = opacity 1, focus: 1
6- windowrulev2 = opacity 0.7, class: Alacritty, focus:0
7- windowrulev2 = opacity 0.7, class: kitty, focus:0
8- windowrulev2 = opacity 0.95, class: Alacritty, focus:1
98windowrulev2 = opacity 1, fullscreen: 1,
9+
10+ # App-specific
11+ windowrulev2 = opacity 0.95, class: Alacritty
12+ windowrulev2 = opacity 0.7, class: Alacritty, focus:0
13+ windowrulev2 = opacity 0.85, class: windsurf
14+ windowrulev2 = opacity 0.7, class: windsurf, focus: 0
15+
You can’t perform that action at this time.
0 commit comments