diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-07-04 13:40:22 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-07-04 13:40:22 +0900 |
commit | f4d9aadefa04e2666c0cc8e27d248cf470d8b43b (patch) | |
tree | 693863ce8f475de6a32e6e413a7132eba924e3cf /awesome | |
parent | f2181f49b7ce72fb37ef506172987c2cef2a1863 (diff) | |
download | dotfiles-f4d9aadefa04e2666c0cc8e27d248cf470d8b43b.tar.gz |
Default to imv for images
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/.config/awesome/rc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 44a017e..05a87e2 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -344,7 +344,6 @@ awful.screen.connect_for_each_screen(function (s) -- Each screen has its own tag table. awful.tag({"1", "2", "3", "4", "5", "6", "7", "8", "9"}, s, awful.layout.suit.fair) - end -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt{prompt = " "} |