. + cdpath
This commit is contained in:
parent
c5a411c820
commit
1d5d1277a2
4 changed files with 8 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
sct 3500 &
|
||||
sct 4500 &
|
||||
setxkbmap de &
|
||||
xsetroot -solid gray70 &
|
||||
exec dbus-run-session dk
|
||||
|
|
@ -19,5 +19,6 @@ alias nvi='vis'
|
|||
alias xr='doas xbps-remove -y'
|
||||
alias pc='pass -c'
|
||||
alias pe='pass edit'
|
||||
cdpath="$HOME"
|
||||
|
||||
date
|
||||
printf '%s +%s+\n' "$(date +%d%b%Y)" "$(hostname)"
|
||||
|
|
|
|||
|
|
@ -41,12 +41,12 @@ tabwidth=100
|
|||
|
||||
[shortcut]
|
||||
new_window_accel=<Primary><Shift>n
|
||||
new_tab_accel=<Primary><Shift>t
|
||||
close_tab_accel=<Primary><Shift>w
|
||||
new_tab_accel=<Alt>t
|
||||
close_tab_accel=<Alt>w
|
||||
close_window_accel=<Primary><Shift>q
|
||||
copy_accel=<Primary><Shift>c
|
||||
paste_accel=<Primary><Shift>v
|
||||
name_tab_accel=<Primary><Shift>i
|
||||
name_tab_accel=<Alt>i
|
||||
previous_tab_accel=<Primary>Page_Up
|
||||
next_tab_accel=<Primary>Page_Down
|
||||
move_tab_left_accel=<Primary><Shift>Page_Up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue