From c6eb56ef29faaca327de6053e2b5d481fdbab7fd Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Sun, 5 Oct 2025 19:42:13 +0100 Subject: [PATCH] Minor fixes. --- kutu.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kutu.rb b/kutu.rb index 51589d9..21eb533 100755 --- a/kutu.rb +++ b/kutu.rb @@ -4,10 +4,11 @@ require_relative "./src/X-kutu" + # Initialize X if X.deploy >= 0 - puts "Started kutu WM for X11 successfully!" + puts "Started kutu WM for X11 successfully! :)" else raise "Failed to deploy X" end @@ -51,7 +52,7 @@ refresh_monitors! # Add keybinds -load "./src/bindings.rb" +load File.join(__dir__, "/src/bindings.rb") # Initialize workspaces