Minor fixes.
This commit is contained in:
5
kutu.rb
5
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
|
||||
|
||||
Reference in New Issue
Block a user