change wallpaper. mod ssh cfg

This commit is contained in:
Simonas Narbutas
2019-01-23 15:30:48 +01:00
parent 3138ff48e3
commit c2f150e9bf
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ end
-- {{{ Variable definitions -- {{{ Variable definitions
-- Themes define colours, icons, font and wallpapers. -- Themes define colours, icons, font and wallpapers.
beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
beautiful.wallpaper = "/home/snarbutas/Pictures/Nightmare-Before-Christmas.png" beautiful.wallpaper = "/home/snarbutas/Pictures/loveyourlegs.jpg"
-- This is used later as the default terminal and editor to run. -- This is used later as the default terminal and editor to run.
terminal = "termite" terminal = "termite"
editor = os.getenv("EDITOR") or "nano" editor = os.getenv("EDITOR") or "nano"

View File

@@ -1,4 +1,4 @@
Host narbuto.lt Host narbuto.lt 192.168.178.100
User simas User simas
PubKeyAuthentication yes PubKeyAuthentication yes
# UseKeychain yes # UseKeychain yes