Update 2019-02-27

This commit is contained in:
Nguyễn Gia Phong 2019-02-27 11:46:06 +07:00
parent d2abedd4a7
commit a474b5cd05
2 changed files with 5 additions and 6 deletions

View file

@ -16,7 +16,6 @@ local menubar = require"menubar"
local hotkeys_popup = require"awful.hotkeys_popup".widget local hotkeys_popup = require"awful.hotkeys_popup".widget
-- System data library -- System data library
local vicious = require"vicious" local vicious = require"vicious"
vicious.contrib = require"vicious.contrib"
-- {{{ Error handling -- {{{ Error handling
-- Check if awesome encountered an error during startup and fell back to -- Check if awesome encountered an error during startup and fell back to
@ -48,10 +47,10 @@ end
beautiful.init"~/.config/awesome/themes/gruvbox/theme.lua" beautiful.init"~/.config/awesome/themes/gruvbox/theme.lua"
-- This is used later as the default terminal and editor to run. -- This is used later as the default terminal and editor to run.
local terminal = "x-terminal-emulator -e dvtm" local terminal = "x-terminal-emulator"
local editor = "gvim" local editor = "gvim"
-- And some additional applications -- And some additional applications
local root_terminal = "x-terminal-emulator -e sudo -i dvtm" local root_terminal = "x-terminal-emulator -e su -"
local ranger = "x-terminal-emulator -e ranger" local ranger = "x-terminal-emulator -e ranger"
local python3 = "x-terminal-emulator -e python3" local python3 = "x-terminal-emulator -e python3"
local perl6 = "x-terminal-emulator -e perl6" local perl6 = "x-terminal-emulator -e perl6"
@ -79,12 +78,12 @@ local modkey = "Mod4"
-- Table of layouts to cover with awful.layout.inc, order matters. -- Table of layouts to cover with awful.layout.inc, order matters.
awful.layout.layouts = { awful.layout.layouts = {
awful.layout.suit.fair,
--awful.layout.suit.fair.horizontal,
awful.layout.suit.tile, awful.layout.suit.tile,
--awful.layout.suit.tile.left, --awful.layout.suit.tile.left,
--awful.layout.suit.tile.bottom, --awful.layout.suit.tile.bottom,
--awful.layout.suit.tile.top, --awful.layout.suit.tile.top,
awful.layout.suit.fair,
--awful.layout.suit.fair.horizontal,
--awful.layout.suit.spiral, --awful.layout.suit.spiral,
--awful.layout.suit.spiral.dwindle, --awful.layout.suit.spiral.dwindle,
awful.layout.suit.max, awful.layout.suit.max,

2
debian/.xinitrc vendored
View file

@ -3,7 +3,7 @@ xrdb -merge ~/.Xresources
setxkbmap -option caps:ctrl_modifier setxkbmap -option caps:ctrl_modifier
xrandr --output DP-1 --mode 1600x900 --primary --right-of eDP-1 xrandr --output DP-1 --mode 1600x900 --primary --right-of eDP-1
xsetroot -solid '#fbf1c7' xsetroot -solid '#fbf1c7'
xfishtank -d & xfishtank -df 42 &
redshift-gtk -l 21.028333:105.854167 & redshift-gtk -l 21.028333:105.854167 &
mate-power-manager & mate-power-manager &
ibus-daemon -drx ibus-daemon -drx