Skip to content

Commit bd72c59

Browse files
committed
hypr: make windsurf transparent
1 parent b5c5657 commit bd72c59

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.config/Windsurf/User/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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]": {
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Window Rules
22
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
33
# lower = higher priority
4+
5+
# Base rules
46
windowrulev2 = opacity 0.8, focus: 0
57
windowrulev2 = 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
98
windowrulev2 = 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+

0 commit comments

Comments
 (0)