aboutsummaryrefslogtreecommitdiffstats
path: root/wofi
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-12-25 14:26:51 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-12-25 14:26:51 +0000
commitdc41873a79b32ed3d34dd7dac09c081f7472d207 (patch)
treeba3c80c8d137263a8f346cf32853d15f75094fab /wofi
parentf4c682dc6bdeebe9f0c6a20deb7092cf893791a1 (diff)
Change most things to symlinks instead of hardlinks
Diffstat (limited to 'wofi')
-rw-r--r--wofi/.install.yml10
-rw-r--r--wofi/config1
-rw-r--r--wofi/style.css2
3 files changed, 2 insertions, 11 deletions
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;
}