Making some changes for laptop now named syl
This commit is contained in:
parent
3b6d7cac88
commit
cc1cf1454c
5 changed files with 8 additions and 8 deletions
|
@ -48,7 +48,7 @@
|
|||
(beautiful.init "/home/chris/.config/awesome/theme.lua")
|
||||
|
||||
;; Import the bling modules and layouts
|
||||
(local bling (require "bling"))
|
||||
;;(local bling (require "bling"))
|
||||
|
||||
;; This is used later as the default terminal and editor to run.
|
||||
(var terminal "alacritty")
|
||||
|
@ -71,13 +71,13 @@
|
|||
(local hostname-handle (io.popen "hostname"))
|
||||
(local hostname (hostname-handle:read "a"))
|
||||
(hostname-handle:close)
|
||||
(local laptop (= hostname "chris-linuxlaptop\n"))
|
||||
(local laptop (= hostname "syl"))
|
||||
|
||||
;; Table of layouts to cover with awful.layout.inc, order matters.
|
||||
(set awful.layout.layouts [
|
||||
bling.layout.mstab
|
||||
;;bling.layout.mstab
|
||||
awful.layout.suit.tile
|
||||
bling.layout.centered
|
||||
;;bling.layout.centered
|
||||
awful.layout.suit.floating
|
||||
;; awful.layout.suit.tile.left
|
||||
;; awful.layout.suit.tile.bottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue