Compare commits

...

4 Commits

Author SHA1 Message Date
Érico Nogueira 960bd0b5ba Add bincp script.
Copy scripts to ~/.local/bin. Extra advantage, use install so we don't
get EBUSY errors.
2021-10-22 03:13:35 -03:00
Érico Nogueira 5bceb13165 Add ssh-agent service. 2021-10-22 03:11:38 -03:00
Érico Nogueira 3a96ff8b73 Update wayfire config.
- switch fuzzel fonts
- remove runsvdir-sway-kill, avoid accidental deaths
2021-10-22 03:10:40 -03:00
Érico Nogueira 446ca9f652 Update latex template.
One more source for stuff.
2021-10-22 03:10:11 -03:00
5 changed files with 10 additions and 3 deletions

View File

@ -16,3 +16,4 @@ set -x LANG pt_BR.UTF-8
set -x DEBUGINFOD_URLS "https://debuginfod.s.voidlinux.org http://localhost:8002"
set -x DEBUGINFOD_TIMEOUT "5"
set -x TMUX_TMPDIR ~/.config
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh/agent

View File

@ -1,5 +1,6 @@
\documentclass[11pt,a4paper]{article}
% https://guides.nyu.edu/c.php?g=601858&p=4168138
% https://oeis.org/wiki/List_of_LaTeX_mathematical_symbols
%\title{Title}
%\author{Érico Nogueira Rolim}

3
utils/.local/bin/bincp Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
file="$1"
exec install -m755 $file ~/.local/bin

View File

@ -77,12 +77,10 @@ binding_mute = KEY_MUTE
binding_screenshot = KEY_PRINT
binding_screenshot_interactive = <shift> KEY_PRINT
binding_terminal = <super> KEY_ENTER
binding_terminal2 = <super> <shift> KEY_ENTER
command_0 = nwggrid
command_1 = swaylock
command_2 = runsvdir-sway-kill
command_launcher = nwgdmenu
command_launcher2 = fuzzel --font="Liberation Sans:size=12"
command_launcher2 = fuzzel --font="IBM Plex Mono:size=12"
command_light_down = brightnessctl set 5%-
command_light_up = brightnessctl set +5%
command_lock = swaylock

4
wayland/services/ssh-agent/run Executable file
View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
importas -i dir XDG_RUNTIME_DIR
foreground { mkdir -p ${dir}/ssh }
ssh-agent -a ${dir}/ssh/agent -D