mirror of
https://github.com/purhan/dotfiles.git
synced 2025-12-27 06:45:02 +08:00
update
This commit is contained in:
parent
ee6e521a67
commit
3f01ea9db3
2 changed files with 1 additions and 4 deletions
|
|
@ -42,9 +42,6 @@ awful.key({modkey}, 'd', function()
|
|||
if flag == true then c.minimized = false end
|
||||
end
|
||||
end, {description = 'minimize all clients', group = 'awesome'}),
|
||||
awful.key({altkey}, 'space',
|
||||
function() _G.screen.primary.left_panel:toggle(true) end,
|
||||
{description = 'show main menu', group = 'awesome'}),
|
||||
awful.key({modkey}, 'u', awful.client.urgent.jumpto,
|
||||
{description = 'jump to urgent client', group = 'client'}),
|
||||
awful.key({altkey}, 'Tab', function()
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ do
|
|||
-a)
|
||||
echo "Adding the whole config ..."
|
||||
cd ~/
|
||||
config add README.md .gitignore assistant.sh .bashrc .vimrc .astylerc conf-scripts .gtkrc-2.0 RICE vampire.sh
|
||||
config add README.md assistant.sh .bashrc .vimrc .astylerc conf-scripts .gtkrc-2.0 RICE vampire.sh
|
||||
|
||||
cd .config
|
||||
config add awesome sublime-text-3/Packages/User gtk-2.0 gtk-3.0 guake powerline-shell konsolerc spectaclerc termite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue