diff options
| author | Kyle Javier | 2021-09-19 04:13:47 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-19 04:28:47 -0400 |
| commit | d683f5256fbb57b8126728b4d86850ccd8af6fd9 (patch) | |
| tree | d0594ee151abae3ef78f89988cf5ad234b98f073 | |
| parent | 3662c88d2562063651da45d1496ba1b9374f4570 (diff) | |
updated settings and added xfce4-power-manager on startup
| -rwxr-xr-x | awesome/autorun.sh | 1 | ||||
| -rw-r--r-- | awesome/rc.lua | 12 |
2 files changed, 7 insertions, 6 deletions
diff --git a/awesome/autorun.sh b/awesome/autorun.sh index 4c61138..3775da7 100755 --- a/awesome/autorun.sh +++ b/awesome/autorun.sh @@ -33,3 +33,4 @@ run /usr/bin/gnome-keyring-daemon --start --components=secrets run /usr/bin/gnome-keyring-daemon --start --components=ssh run /home/kylert/.config/awesome/keymapper.sh run /home/kylert/.config/awesome/xinput.sh +run xfce4-power-manager diff --git a/awesome/rc.lua b/awesome/rc.lua index 2c17d20..3702ce9 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -66,14 +66,14 @@ awful.layout.layouts = { awful.layout.suit.tile, awful.layout.suit.floating, - -- awful.layout.suit.tile.left, - -- awful.layout.suit.tile.bottom, - -- awful.layout.suit.tile.top, - -- awful.layout.suit.fair, - -- awful.layout.suit.fair.horizontal, + --awful.layout.suit.tile.left, + --awful.layout.suit.tile.bottom, + --awful.layout.suit.tile.top, + --awful.layout.suit.fair, + --awful.layout.suit.fair.horizontal, -- awful.layout.suit.spiral, -- awful.layout.suit.spiral.dwindle, - -- awful.layout.suit.max, + awful.layout.suit.max, -- awful.layout.suit.max.fullscreen, -- awful.layout.suit.magnifier, -- awful.layout.suit.corner.nw, |
