summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/alacritty/alacritty.yml8
-rw-r--r--.config/alacritty/launcher.yml5
2 files changed, 9 insertions, 4 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index 2f9b829..b297d2b 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -48,7 +48,7 @@ window:
   # Values for `decorations`:
   #     - full: Borders and title bar
   #     - none: Neither borders nor title bar
-  decorations: full
+  decorations: none
 
   # Startup Mode (changes require restart)
   #
@@ -96,7 +96,7 @@ window:
 # Some applications, like Emacs, rely on knowing about the width of a tab.
 # To prevent unexpected behavior in these applications, it's also required to
 # change the `it` value in terminfo when altering this setting.
-tabspaces: 8
+#tabspaces: 8
 
 # Font configuration (changes require restart)
 #
@@ -387,8 +387,8 @@ mouse:
     #   - (macOS) open
     #   - (Linux) xdg-open
     #   - (Windows) explorer
-    # launcher:
-    #   program: url-launcher
+    launcher:
+      program: url-launcher
     #   args: []
 
     # URL modifiers
diff --git a/.config/alacritty/launcher.yml b/.config/alacritty/launcher.yml
index fc1e0ff..877e2bd 100644
--- a/.config/alacritty/launcher.yml
+++ b/.config/alacritty/launcher.yml
@@ -55,3 +55,8 @@ background_opacity: 0.95
 #   args:
 #     - LD_LIBRARY_PATH=/usr/local/lib64
 #     - mrsh
+
+mouse:
+  url:
+    launcher:
+      program: url-launcher