Compare commits
No commits in common. "71a8a1f2f1ee4ad9fa36920a018c8cc5a3620750" and "23bb1cd531ec668e05385103aa158616a1ad03e5" have entirely different histories.
71a8a1f2f1
...
23bb1cd531
|
@ -157,9 +157,9 @@ local taglist_buttons = gears.table.join(
|
|||
if client.focus then
|
||||
client.focus:toggle_tag(t)
|
||||
end
|
||||
end)
|
||||
--awful.button({ }, 4, function(t) awful.tag.viewnext(t.screen) end),
|
||||
--awful.button({ }, 5, function(t) awful.tag.viewprev(t.screen) end)
|
||||
end),
|
||||
awful.button({ }, 4, function(t) awful.tag.viewnext(t.screen) end),
|
||||
awful.button({ }, 5, function(t) awful.tag.viewprev(t.screen) end)
|
||||
)
|
||||
|
||||
local tasklist_buttons = gears.table.join(
|
||||
|
@ -299,9 +299,9 @@ end)
|
|||
|
||||
-- {{{ Mouse bindings
|
||||
root.buttons(gears.table.join(
|
||||
awful.button({ }, 3, function () mymainmenu:toggle() end)
|
||||
--awful.button({ }, 4, awful.tag.viewnext),
|
||||
--awful.button({ }, 5, awful.tag.viewprev)
|
||||
awful.button({ }, 3, function () mymainmenu:toggle() end),
|
||||
awful.button({ }, 4, awful.tag.viewnext),
|
||||
awful.button({ }, 5, awful.tag.viewprev)
|
||||
))
|
||||
-- }}}
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ colorscheme torte
|
|||
set list
|
||||
set listchars=tab:*·,lead:·,trail:~,extends:>,precedes:<
|
||||
filetype indent off
|
||||
hi Whitespace ctermfg=233
|
||||
hi SignColumn ctermbg=233
|
||||
hi DiffChange ctermbg=17
|
||||
hi DiffDelete ctermbg=52 ctermfg=15
|
||||
|
|
|
@ -34,9 +34,6 @@ alias venv="source venv/bin/activate"
|
|||
# search functions
|
||||
alias grepa="grep -I -n --color=always -r --exclude-dir=venv --exclude-dir=node_modules"
|
||||
|
||||
# cat
|
||||
alias cat="batcat -p --paging=never"
|
||||
|
||||
# pipe yd-dlp to mpv
|
||||
ytmpv() {
|
||||
yt-dlp -q -o - "$1" | mpv -
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
Host vps
|
||||
User root
|
||||
HostName augustogunsch.com
|
|
@ -25,7 +25,6 @@ bindkey "^[[B" history-beginning-search-forward-end
|
|||
|
||||
|
||||
export PROMPT='%B%F{63}[%F{68}%n@%m %F{white}%~%F{63}]$%b%f '
|
||||
export LS_COLORS='di=1;94:ex=4;92:ln=3;96'
|
||||
|
||||
# aliases:
|
||||
source ~/.aliases
|
||||
|
|
Loading…
Reference in New Issue