From dc41873a79b32ed3d34dd7dac09c081f7472d207 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Wed, 25 Dec 2024 14:26:51 +0000 Subject: Change most things to symlinks instead of hardlinks --- wofi/.install.yml | 10 ---------- wofi/config | 1 + wofi/style.css | 2 +- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 wofi/.install.yml (limited to 'wofi') diff --git a/wofi/.install.yml b/wofi/.install.yml deleted file mode 100644 index 84217d3..0000000 --- a/wofi/.install.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Configure wofi -steps: - - !Link - from: "config" - to: "~/.config/wofi/config" - recursive: false - - !Link - from: "style.css" - to: "~/.config/wofi/style.css" - recursive: false \ No newline at end of file diff --git a/wofi/config b/wofi/config index 2a44d00..9636910 100644 --- a/wofi/config +++ b/wofi/config @@ -5,5 +5,6 @@ dynamic_lines=true no_actions=true location=2 single_click=true +key_expand=End drun-display_generic=true diff --git a/wofi/style.css b/wofi/style.css index af56f21..72681a7 100644 --- a/wofi/style.css +++ b/wofi/style.css @@ -5,7 +5,7 @@ window { margin: 5px; - font-family: Iosevka Nerd Font; + font-family: Iosevka Term SS08, Iosevka Nerd Font Mono; background-color: transparent; } -- cgit v1.2.3-70-g09d2